mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
70 lines
1.9 KiB
Markdown
70 lines
1.9 KiB
Markdown
<p align="center"><img src="./screenshot/logo.ico" width="150px" height="150px" alt="aventium softworks"></p>
|
|
|
|
<h1 align="center">MHDDoS - Layer7 DDoS Attack Script</h1>
|
|
|
|
<em><h5 align="center">(Code Lang - Python)</h5></em>
|
|
|
|
|
|
<p align="center">1 Million request pre seacons for test your site security</p>
|
|
|
|
![Screenshot 1](https://i.imgur.com/Mo99oLm.png)
|
|
![Screenshot 2](https://i.imgur.com/aNrHJcA.png)
|
|
|
|
## Features
|
|
|
|
* 💣 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.
|
|
*
|
|
* 🔪 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
|
|
* 🧨 CloudFlare Bypass
|
|
* 20Mellion site us cloudflare dns and antiddos you can bypass anti ddos with this script.
|
|
* ⚙️ 1 Million Request pre seacons
|
|
* 🎩 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.
|
|
|
|
#### Need Help? [Check the wiki.][wiki]
|
|
|
|
#### Like the project? Leave a ⭐ star on the repository!
|
|
|
|
## Downloads
|
|
|
|
You can download from [GitHub Releases](https://github.com/MHProDev/MHDDoS/releases)
|
|
|
|
### Getting Started
|
|
|
|
**Requirements**
|
|
|
|
* [Python3][python3]
|
|
* requests
|
|
* PySocks
|
|
* cfscrape
|
|
|
|
---
|
|
|
|
**Clone and Install Script**
|
|
|
|
```console
|
|
> git clone https://github.com/MHProDev/MHDDoS.git
|
|
> cd MHDDoS
|
|
> pip3 install -r requirements.txt
|
|
```
|
|
|
|
---
|
|
|
|
**Launch Script**
|
|
|
|
```console
|
|
> python3 MHDDoSLayer7v1.py
|
|
```
|
|
|
|
---
|
|
|
|
[python3]: https://python.org 'Python3'
|
|
[discord]: https://discord.gg/zNWUXdt 'Discord'
|
|
[wiki]: https://github.com/dscalzi/HeliosLauncher/wiki 'wiki'
|