Skip to content

Instantly share code, notes, and snippets.

@onmoving
Created October 7, 2012 00:54
Show Gist options
  • Save onmoving/3846694 to your computer and use it in GitHub Desktop.
Save onmoving/3846694 to your computer and use it in GitHub Desktop.
[tcpdump] how to capture http traffic using tcpdump
sudo tcpdump -A -i lo port 3000
-i: specify device ex: eth0, wlan0, lo
lo: loopback
-A: print in ASCII
-X: print in hex and ASCII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment