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.
git clone https://github.com/MatrixTM/MHDDoS.git
# 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