A little Denial-of-Service attacker
|
|
||
|---|---|---|
| go.mod | Initial Commit | |
| go.sum | Initial Commit | |
| LICENSE | Initial Commit | |
| main.go | Initial Commit | |
| README.md | Initial Commit | |
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.