Skip to content

Instantly share code, notes, and snippets.

@edwinheij
Last active July 29, 2016 23:54
Show Gist options
  • Save edwinheij/6424c68e92fc1396021281a1a25e3a73 to your computer and use it in GitHub Desktop.
Save edwinheij/6424c68e92fc1396021281a1a25e3a73 to your computer and use it in GitHub Desktop.
Track URL on Linux system
sudo apt-get install ngrep
sudo ngrep -W byline -qilwv 'referer' tcp dst port 80 | grep -i " -> \|get\|host"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment