2020-10-14 03:27:01 +08:00
< p align = "center" > < img src = "./screenshot/logo.ico" width = "150px" height = "150px" alt = "aventium softworks" > < / p >
2020-10-14 04:21:58 +08:00
< h1 align = "center" > MHDDoS - Layer7 DDoS Attack Script< / h1 >
2020-10-14 03:27:01 +08:00
2020-10-14 04:38:01 +08:00
< em > < h5 align = "center" > (Code Lang - Python)< / h5 > < / em >
2020-10-14 03:27:01 +08:00
2020-10-14 04:21:58 +08:00
< p align = "center" > 1 Million request pre seacons for test your site security< / p >
2020-10-14 04:45:44 +08:00
< p align = "center" > < img src = "https://i.imgur.com/Mo99oLm.png" width = "768" height = "433" alt = "aventium softworks" > < / p >
< p align = "center" > < img src = "https://i.imgur.com/aNrHJcA.png" width = "768" height = "433" alt = "aventium softworks" > < / p >
2020-10-14 04:46:17 +08:00
2020-10-14 03:27:01 +08:00
## Features
2020-10-14 04:21:58 +08:00
* 💣 HTTP (GET) Flood
* The HTTP (GET) request is used to retrieve static content like images. Typically this induces relatively low load on the server per request.
2020-10-14 05:00:41 +08:00
2020-10-14 04:21:58 +08:00
* 🔪 Post Flood
* POST requests are more likely to require the server to perform some kind of processing
* such as looking up items in a database. Therefore, HTTP POST flood attacks typically impose higher load on the server per request.
* 🏹 HDR, Header Attack
* A Method for 1million reload javascripts and css
2020-10-14 05:00:41 +08:00
2020-10-14 04:21:58 +08:00
* 🧨 CloudFlare Bypass
2020-10-14 05:00:41 +08:00
* 20Mellion site us cloudflare dns and antiddos you can bypass it with this script.
2020-10-14 04:21:58 +08:00
* ⚙️ 1 Million Request pre seacons
2020-10-14 05:00:41 +08:00
2020-10-14 04:21:58 +08:00
* 🎩 SlowLoris
* Slowloris is a type of denial of service attack tool which allows a single machine to take down another machine's web server with minimal bandwidth and side effects on unrelated services and ports.
2020-10-14 03:27:01 +08:00
2020-10-14 05:00:41 +08:00
#### Issues ?
* Telegram : @MH_ProDev_IR
* Discord : ᵀᵂ⌠ ! Mʜ_Pʀᴏ Dᴇᴠ ⌡#5642
* [GitHub][github]
2020-10-14 03:27:01 +08:00
#### Like the project? Leave a ⭐ star on the repository!
## Downloads
2020-10-14 04:21:58 +08:00
You can download from [GitHub Releases ](https://github.com/MHProDev/MHDDoS/releases )
2020-10-14 03:27:01 +08:00
### Getting Started
2020-10-14 04:21:58 +08:00
**Requirements**
2020-10-14 03:27:01 +08:00
2020-10-14 04:24:14 +08:00
* [Python3][python3]
2020-10-14 04:21:58 +08:00
* requests
* PySocks
* cfscrape
2020-10-14 03:27:01 +08:00
---
2020-10-14 04:21:58 +08:00
**Clone and Install Script**
2020-10-14 03:27:01 +08:00
```console
2020-10-14 04:21:58 +08:00
> git clone https://github.com/MHProDev/MHDDoS.git
> cd MHDDoS
> pip3 install -r requirements.txt
2020-10-14 03:27:01 +08:00
```
---
2020-10-14 04:21:58 +08:00
**Launch Script**
2020-10-14 03:27:01 +08:00
```console
2020-10-14 04:21:58 +08:00
> python3 MHDDoSLayer7v1.py
2020-10-14 03:27:01 +08:00
```
---
2020-10-14 04:21:58 +08:00
[python3]: https://python.org 'Python3'
2020-10-14 05:00:41 +08:00
[github]: https://github.com/MHProDev/MHDDoS/issues 'GitHub'