Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Created November 28, 2016 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinktainer/55a057bc00b2b445c70e4065d2a2541e to your computer and use it in GitHub Desktop.
Save thinktainer/55a057bc00b2b445c70e4065d2a2541e to your computer and use it in GitHub Desktop.
capture packets to localhost port 3000
sudo tcpdump -c 20 -s 0 -i lo -A host localhost and tcp port 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment