Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mminski/fef38c6e228b82f1d1193e3f202ba454 to your computer and use it in GitHub Desktop.
Save mminski/fef38c6e228b82f1d1193e3f202ba454 to your computer and use it in GitHub Desktop.
Follow me! Spy me. Oneliner for tracking your urls
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