hping

cd /usr/local/src/

 

yum -y install wget lrzsz telnet nmap gcc libpcap libpcap-devel tcl-devel

 

wget https://codeload.github.com/antirez/hping/zip/master

 

unzip master

 

cd hping-master/

 

ln -s /usr/include/pcap.h  /usr/include/net/bpf.h

 

./configure --prefix=/usr/local/hping

 

make

 

make install

 

hping --help

 

 

 

 

你可能感兴趣的:(hping)