码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 7安装 hping

时间:2019-08-29 18:37:51      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   usr   mkdir   ant   本地   get   yum   参考   ddos   

CentOS 7.6.1810 安装hping 3.0

1、创建本地安装目录

mkdir -p /usr/local/hping && cd /usr/local/hping

2、下载并解压

wget https://github.com/antirez/hping/archive/master.zip && unzip master.zip && cd hping-master

3、安装依赖包

yum install -y libpcap-devel
yum install -y gcc gcc-c++
yum install -y tcl tcl-devel

4、设置软连接

ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h

5、进行安装

./configure && make strip && make install

6、测试查询版本

hping3 -v

其它参考

hping -ltn 列出所有TCP端口 hping -p 发起TCP探测 -S设置SYN包  -a 伪造IP模拟DDOS

 

CentOS 7安装 hping

标签:style   usr   mkdir   ant   本地   get   yum   参考   ddos   

原文地址:https://www.cnblogs.com/shuter/p/11430876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!