linux中安装hping3
转载1、安装libpcap-devel和tcl-devel
yum -y install libpcap-devel tcl-devel
2、从github上clone源代码
git clone https://github.com/antirez/hping.git
3、运行配置脚本
cd hping ./configure
4、创建软连接
ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h
5、编译
make
6、安装
make install
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
hping3常用
hping3常用方法
hping3 IP TCP linux