Skip to content

Instantly share code, notes, and snippets.

@geek182
Last active August 27, 2018 19:07
Show Gist options
  • Save geek182/e48e3d6dd20ef3b05bebfba024d2f7c7 to your computer and use it in GitHub Desktop.
Save geek182/e48e3d6dd20ef3b05bebfba024d2f7c7 to your computer and use it in GitHub Desktop.
tcpdump-survival-kit
#any interface with IP and port 8080 not resolv name
tcpdump -i any host {{ IP }} and port 8080 -nn
#How to capture VLAN tags that are used by tcpdump
tcpdump -i bond0 -nn -e vlan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment