Skip to content

Instantly share code, notes, and snippets.

@crofty
Created February 12, 2010 09:09
Show Gist options
  • Save crofty/302428 to your computer and use it in GitHub Desktop.
Save crofty/302428 to your computer and use it in GitHub Desktop.
see netork traffic
sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E "Host\: .*|GET \/.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment