Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created May 12, 2018 18:00
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 textarcana/69f29fdf2f33f57957f66d06ff720657 to your computer and use it in GitHub Desktop.
Save textarcana/69f29fdf2f33f57957f66d06ff720657 to your computer and use it in GitHub Desktop.
Using TCPDump to snoop network traffic.
# replace 3000 with whatever port you want to listen on
#
# Raefer to the TCPDump documentation for the rest because
# I truly don't remember what all these options do, I just
# know that this particular configuration works!
sudo tcpdump -qXX -s 0 -i any port 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment