Created
November 7, 2016 19:42
-
-
Save xcsrz/21f92b8fbcb02d513433ea066290e93c to your computer and use it in GitHub Desktop.
Who can see/sniff your dns queries?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
traceroute 8.8.8.8|awk -F[\(\)] '$2~/[0-9]/{print $2}'|while read i;do whois $i | awk -F ":\s*" '/^(OrgName|City|State|Country)/ {gsub(/^[ \t]+|[ \t]+$/, "", $2); printf $2" "}'; echo $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment