For authorized testing and educational use only.
Do not attack systems, websites, or networks without the owner's explicit permission.
Download · Features · Installation · Docker · Documentation · Community · Hosting
Caution
MHDDoS is 100% free. Do not send money to anyone claiming to sell this project. If someone asks you to pay for MHDDoS, treat it as a scam.
Warning
Use this project only on infrastructure you own or have explicit authorization to test.
MHDDoS includes methods for multiple network layers, utility commands, and console helpers.
Run the tools console with:
python3 start.py tools| Icon | Tool | Description |
|---|---|---|
| 🌟 | CFIP |
Find the real IP address of Cloudflare-powered websites |
| 🔪 | DNS |
Show DNS records |
| 📍 | TSSRV |
TeamSpeak SRV resolver |
PING |
Ping servers | |
| 📌 | CHECK |
Check website status |
| 📊 | DSTAT |
Display sent/received byte statistics |
| Icon | Command | Description |
|---|---|---|
| ❌ | STOP |
Stop all running methods |
| 🌠 | TOOLS |
Open console tools |
| 👑 | HELP |
Show script usage |
Prebuilt releases are available from GitHub Releases.
git clone https://github.com/MatrixTM/MHDDoS.git
cd MHDDoS
pip install -r requirements.txtapt -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.txtgit clone https://github.com/MatrixTM/MHDDoS.git
cd MHDDoS
docker compose buildThen start the container:
docker compose run -it --entrypoint /bin/bash mhddosTip
You can also use the built image directly by enabling the relevant line in the Docker Compose configuration.
Full project documentation is available in the GitHub Wiki.
For bug reports and repository-related issues, use GitHub Issues.
Note
Please do not use the Issues section for general support questions.

