写在之前
本篇只是在工作中,需要模拟一些网络包的状态时,使用hping3命令可以很好的模拟,注意请不要用于非法用途,现在是法治社会哦。
安装
1. 安装依赖包
yum -y install libpcap-devel tcl-devel
检查:libpcap及libpcap-devel是否存在,不存在就安装,安装后就做个连接:ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h 否则在编译阶段会报错如下:
libpcap_stuff.c:19:21: fatal error: net/bpf.h: No such file or directory
2. 从github上clone源代码
git clone https://github.com/antirez/hping.git
3. 编译安装
cd hping
./configure
make
make install
常用方式
1. 向目标发送数据包,比如发送两个数据包</