mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
Merge pull request #154 from SudoLite/patch-3
Update debug mode example
This commit is contained in:
commit
1da577972d
|
@ -110,9 +110,8 @@ cd MHDDoS
|
|||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**Launch Script**
|
||||
## Launch Script
|
||||
|
||||
| Proxy Type | Value |
|
||||
| ----------------- | -------- |
|
||||
|
@ -132,6 +131,12 @@ python3 start.py udp 1.1.1.1:53 1 100
|
|||
python3 start.py dns 1.1.1.1:53 1 100 dns.txt
|
||||
```
|
||||
|
||||
* Debug Mode (L4/L7):
|
||||
```console
|
||||
python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100 true
|
||||
python3 start.py udp 1.1.1.1:53 1 100 true
|
||||
```
|
||||
|
||||
* Tools/Help:
|
||||
```console
|
||||
python3 start.py tools
|
||||
|
|
Loading…
Reference in New Issue
Block a user