From 2c0c7fdf7eb89c2786f1348933c01e3f19c1c99f Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:36:38 +0000 Subject: [PATCH] Wireshark not Wireguard, and typo (#1056) Signed-off-by: Daniel Gray --- docs/technology/dns.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technology/dns.en.md b/docs/technology/dns.en.md index bf570980..03066f0c 100644 --- a/docs/technology/dns.en.md +++ b/docs/technology/dns.en.md @@ -52,7 +52,7 @@ Below, we discuss and provide a tutorial to prove what an outside observer may s tshark -r /tmp/dns.pcap ``` -If you run the Wireguard command above, the top pane shows the "[frames](https://en.wikipedia.org/wiki/Ethernet_frame)", and the bottom pane shows all the data about the selected frame. Enterprise filtering and monitoring solutions (such as those purchased by governments) can do the process automatically, without human interaction, and can aggregate those frames to produce statistical data useful to the network observer. +If you run the Wireshark command above, the top pane shows the "[frames](https://en.wikipedia.org/wiki/Ethernet_frame)", and the bottom pane shows all the data about the selected frame. Enterprise filtering and monitoring solutions (such as those purchased by governments) can do the process automatically, without human interaction, and can aggregate those frames to produce statistical data useful to the network observer. | No. | Time | Source | Destination | Protocol | Length | Info | |-----|----------|-----------|-------------|----------|--------|------------------------------------------------------------------------| @@ -117,7 +117,7 @@ When we do a DNS lookup, it's generally because we want to access a resource. Be The simplest way to determine browsing activity might be to look at the IP addresses your devices are accessing. For example, if the observer knows that `privacyguides.org` is at `198.98.54.105`, and your device is requesting data from `198.98.54.105`, there is a good chance you're visiting Privacy Guides. -This method is only useful when the IP address belongs to a server that only hosts few websites. It's also not very useful if the site is hosted on a shared platform, (e.g. Github Pages, Cloudflare Pages, Netlify, Wordpress, Blogger, etc). It also isn't very useful if the server is hosted behind a [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy), which is very common on the modern Internet. +This method is only useful when the IP address belongs to a server that only hosts few websites. It's also not very useful if the site is hosted on a shared platform, (e.g. Github Pages, Cloudflare Pages, Netlify, WordPress, Blogger, etc). It also isn't very useful if the server is hosted behind a [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy), which is very common on the modern Internet. ### Server Name Indication (SNI)