Essential HPing3 and TCPDump

Posted on Mon 21 September 2009 in misc • Tagged with tcpdump, hping

HPing3

Send 2 syn packets to port 80 on a host

hping3 -c 2 -S -p 80 example.com

scan a some specific ports on host sudo hping3 -S example.com --scan 143,220,993,25,80

TCPDump

capture packets on -ivenet0 interface, don't resolve addresses or port name (-nn …


Continue reading