Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Forked from jrmehle/Show HTTP traffic
Created February 1, 2013 06:47
Show Gist options
  • Save yuanmai/4689802 to your computer and use it in GitHub Desktop.
Save yuanmai/4689802 to your computer and use it in GitHub Desktop.
sudo tcpdump -i en0 -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