MHDDOS
官方Github:点击查看
使用姿势
💣 Layer7
GET | GET 泛洪攻击
POST | POST 泛洪攻击
OVH | 绕过 OVH
RHEX | 随机十六进制
STOMP | 绕过 chk_captcha
STRESS | 发送带有高字节的 HTTP 数据包
DYN | 一种使用随机子域名的新方法
DOWNLOADER | 一种缓慢读取数据的新方法
SLOW | Slowloris 的旧 DDoS 方法
HEAD | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
NULL | 空 UserAgent 和…
COOKIE | 随机 Cookie PHP ‘if (isset($_COOKIE))’
PPS | 仅限 ‘GET / HTTP/1.1\r\n\r\n’
EVEN | 带有更多标头的 GET 方法
GSB | Google Project Shield 绕过
DGB | DDoS Guard 绕过
AVB | Arvan Cloud 绕过
BOT | 类似 Google 机器人
APACHE | Apache 漏洞利用
XMLRPC | WP XMLRPC 漏洞利用 (添加 /xmlrpc.php)
CFB | CloudFlare 绕过
CFBUAM | CloudFlare 攻击模式绕过
BYPASS | 绕过常规 AntiDDoS
BOMB | 使用 codesenberg/bombardier 绕过
🔪 KILLER | 运行多个线程杀死目标
🧅 TOR | 绕过洋葱网站
🧨 Layer4
TCP | TCP 泛洪绕过
UDP | UDP 泛洪绕过
SYN | SYN 泛洪
CPS | 使用代理打开和关闭连接
ICMP | ICMP 回显请求泛洪(三层)
CONNECTION | 使用代理打开连接
VSE | 发送 Valve 源引擎协议
TS3 | 发送 Teamspeak 3 状态 Ping 协议
FIVEM | 发送 FiveM 状态 Ping 协议
MEM | Memcached 放大
NTP | NTP 放大
MCBOT | Minecraft 机器人攻击
MINECRAFT | Minecraft 状态 Ping 协议
MCPE | Minecraft PE 状态 Ping 协议
DNS | DNS 放大
CHAR | Chargen 放大
CLDAP | Cldap 放大
ARD | Apple 远程桌面放大
RDP | 远程桌面协议放大
⚙️ Tools – 使用 python3 start.py
工具运行
🌟 CFIP | 查找由 Cloudflare 提供支持的网站真实 IP 地址
🔪 DNS |显示站点的 DNS 记录
📍 TSSRV | TeamSpeak SRV 解析器
⚠ PING | PING 服务器
📌 CHECK | 检查网站状态
😎 DSTAT | 显示接收字节数、发送字节数及其总量
🎩 Other
❌ STOP | 停止所有攻击
🌠 TOOLS | 控制台工具
👑 HELP | 显示使用脚本
克隆并安装脚本
git clone https://github.com/MatrixTM/MHDDoS.git
cd MHDDoS
pip install -r requirements.txt
一键安装依赖环境(Debian类)
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
暂无评论内容