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

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章