Skip to content

Instantly share code, notes, and snippets.

@kleinron
Last active July 16, 2017 10:22
Show Gist options
  • Save kleinron/73ea96b56be8988322d6 to your computer and use it in GitHub Desktop.
Save kleinron/73ea96b56be8988322d6 to your computer and use it in GitHub Desktop.
tcpdump specific port
sudo tcpdump -i eth0 'port 8888' -w ./port8888.pcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment