今天在逛 github 的时候,又发现一个强大的 DDOS 攻击开源库:MHDDoS。这个 DDOS 攻击库有 56 种攻击方式,号称是最好的 DDOS 攻击器。
项目地址:https://github.com/MatrixTM/MHDDoS
安装使用通过 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