标签: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
本文出自 “方寸小山” 博客,请务必保留此出处http://63638790.blog.51cto.com/513514/1627358
标签:hping
原文地址:http://63638790.blog.51cto.com/513514/1627358