Last active
August 27, 2018 19:07
-
-
Save geek182/e48e3d6dd20ef3b05bebfba024d2f7c7 to your computer and use it in GitHub Desktop.
Revisions
-
geek182 revised this gist
Aug 27, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,5 @@ #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 -
geek182 created this gist
Aug 27, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ #any interface with IP and port 8080 not resolv name tcpdump -i any host {{ IP }} and port 8080 -nn