A connection flood attack application written in Go
- Enables security tester to perform a Denial of Service against a target of evaluation
- Initial Proof of Concept
GoFlood is implemented in GO programming language
From the root directory open a terminal and type the following command to generate your own binary
go build goflood.go YouExeName.exe
or
go build goflood.go
This command will build a binary of the same name goflood.exe
From command prompt/powershell/terminal execute the following binary to launch a connection flood attack against your target of evaluation
.\goflood.exe -targetIP="127.0.0.1" -targetPort=4444 -numOfRequests=10000
Want to contribute? Great!
Fork, submit a pull request
MIT