1
0
Fork
You've already forked go-attack
0
A little Denial-of-Service attacker
  • Go 100%
2025年03月02日 15:08:52 +01:00
go.mod Initial Commit 2025年03月02日 15:08:52 +01:00
go.sum Initial Commit 2025年03月02日 15:08:52 +01:00
LICENSE Initial Commit 2025年03月02日 15:08:52 +01:00
main.go Initial Commit 2025年03月02日 15:08:52 +01:00
README.md Initial Commit 2025年03月02日 15:08:52 +01:00

go-attack

A simple, very primitive Denial-of-Service attacker.

Usage

For an infinite attack:

go run . https://example.com

For an attack with a certain amount of requests:

go run . https://example.com --soldiers <amount>

License

This project is licensed permissively under the MIT License.