Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 794 Bytes

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.