Skip to content

Instantly share code, notes, and snippets.

@Raffo
Last active February 12, 2019 17:57
Show Gist options
  • Save Raffo/2110d86b91fc8e68020f to your computer and use it in GitHub Desktop.
Save Raffo/2110d86b91fc8e68020f to your computer and use it in GitHub Desktop.
tcpdump
sudo tcpdump -i any -X -s 0 dst HOST_IP
sudo tcpdump -i any -X -s 0 src host localhost -w /tmp/outfile1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment