MHDDoS/BOMBARDIER.md
2022-03-06 13:32:01 +00:00

386 B

Bombardier with proxy

Adopted from github.com/mariotrucco/bombardier@78-add-proxy-support

Installation

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