Skip to content

Commit a6db42b

Browse files
authored
Merge pull request #199 from PXEiYyMH8F/main
Forked for safety, fixed link, add instalation link, fix command
2 parents 69e89e3 + 3522ed4 commit a6db42b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/BOMBARDIER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Adopted from github.com/mariotrucco/bombardier@78-add-proxy-support
66
mkdir bombardier_tmp
77
cd bombardier_tmp
88
go 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
1010
go get github.com/codesenberg/bombardier
1111
cd ..
1212
rm -r bombardier_tmp
13-
```
13+
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
136136
python 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):

0 commit comments

Comments
 (0)