Created
May 6, 2016 10:34
-
-
Save mminski/fef38c6e228b82f1d1193e3f202ba454 to your computer and use it in GitHub Desktop.
Follow me! Spy me. Oneliner for tracking your urls
This file contains hidden or 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
sudo tcpdump -s 0 -vvv -e -S -n -A -i any 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' | grep Referer | |
This oneliner will give you all the urls you're visiting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment