Skip to content

Instantly share code, notes, and snippets.

@breenie
Last active December 19, 2015 09:38
Show Gist options
  • Save breenie/5934075 to your computer and use it in GitHub Desktop.
Save breenie/5934075 to your computer and use it in GitHub Desktop.
Listen to tcp ports on OSX (this example is for port 8080)
sudo tcpdump -A -s0 -ien1 port 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment