/htbomb

Ruin a script kiddie's day and make the internet a slightly safer place

Primary LanguageGoApache License 2.0Apache-2.0

htbomb

For OOM'ing bots ruining the internet. (Also this)

See here for the inspiration behind this. And the hackaday article covering it.

$ go build .
$ ./bomb
2017/07/09 14:24:27 listening on :8080
2017/07/09 14:24:41 serving bomb on / -> [::1]:63138
2017/07/09 14:24:41 serving bomb on / -> [::1]:63139
2017/07/09 14:24:42 serving bomb on / -> [::1]:63140
2017/07/09 14:24:43 serving bomb on / -> [::1]:63141

Startup will be slow since we build the payload on startup. The result is GETs (well... really any operation) will serve a 10G gzip bomb to the client.