Created
February 1, 2018 10:35
-
-
Save geek182/4247f5823db21d39ba88f83807b250a6 to your computer and use it in GitHub Desktop.
Revisions
-
geek182 created this gist
Feb 1, 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,14 @@ #spefic interface and dont resolve name tcpdump -n -i eth0 #only tcp tcpdump -i eth0 tcp #specific port tcpdump -i eth0 port 22 #specific src tcpdump -i eth0 src 192.168.0.2 #spefic destination tcpdump -i eth0 dst 50.116.66.139