xChar

今天在逛github的时候,又发现一个强大的DDOS攻击开源库:MHDDoS。这个DDOS攻击库有56种攻击方式,号称是最好的DDOS攻击器。

项目地址:https://github.com/MatrixTM/MHDDoS

image

image
安装使用通过git下载源码,使用pip安装对应的依赖即可

git clone https://github.com/MatrixTM/MHDDoS.git
cd MHDDoS
pip install -r requirements.txt

在虚拟主机上在线安装

apt -y update && apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential git && git clone https://github.com/MatrixTM/MHDDoS.git && cd MH* && pip3 install -r requirements.txt

运行

python start.py
Loading comments...