|
3 weeks ago | |
---|---|---|
.github | 1 year ago | |
files | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 6 months ago | |
README.md | 3 weeks ago | |
config.json | 1 month ago | |
requirements.txt | 2 months ago | |
start.py | 7 months ago |
Please Don't Attack websites without the owner's consent.
💣 Layer7
🧨 Layer4:
⚙️ Tools - Runs With
python3 start.py tools
🎩 Other
You can download it from GitHub Releases
Requirements
You can read it from GitHub Wiki
Clone and Install Script
```shell script git clone https://github.com/MatrixTM/MHDDoS.git cd MHDDoS pip install -r requirements.txt
**One-Line Installing on Fresh VPS**
```shell script
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