Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created June 26, 2012 10:41
Show Gist options
  • Save mcrmfc/2994944 to your computer and use it in GitHub Desktop.
Save mcrmfc/2994944 to your computer and use it in GitHub Desktop.
tcpdump local
#captures everything on loopback port 80 and dump to log
tcpdump -i lo port 80 -s 0 -w capture.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment