Skip to content

Instantly share code, notes, and snippets.

@dtudury
Last active December 17, 2015 23:18
Show Gist options
  • Save dtudury/5687873 to your computer and use it in GitHub Desktop.
Save dtudury/5687873 to your computer and use it in GitHub Desktop.
watch traffic on port 1443
#write traffic on port 1443 to test.txt
sudo snoop -I net1 -x0 -o test.txt port 1443
#print traffic on port 1443 verbose
sudo snoop -I net1 -x0 -v port 1443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment