Security & Pentesting
โ
15.6k
Python
MatrixTM/MHDDoS
15.6k
Stars
3.5k
Forks
7
Issues
Python
Language
MHDDoS is a network stress testing tool with 56+ methods across Layer 7 and Layer 4 protocols. Supports HTTP flooding, DNS amplification, and various protocol-specific techniques. Includes Docker support and configurable parameters. Intended strictly for authorized security testing, network resilience evaluation, and DDoS simulation in controlled lab environments with explicit permission.
View on GitHub
git clone https://github.com/MatrixTM/MHDDoS.git
Quick Start Example
bash
# WARNING: Only use on systems you own
# or have explicit written permission
# Install
git clone https://github.com/MatrixTM/MHDDoS
cd MHDDoS
pip install -r requirements.txt
# Run authorized stress test
python start.py GET https://your-own-server.com 5 100