本文主要是介绍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
这篇关于linux中安装hping3的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!