MatrixTM/MHDDoS — GitHub Repository Preview
Security & Pentesting ★ 15.6k Python

MatrixTM/MHDDoS

by @MatrixTM ·

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.

MatrixTM
@MatrixTM Project maintainer on GitHub
View Profile
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

Tags

#stress-testing#network-security#ddos-testing#python#lab-testing

Related Projects