HellPot is a portal to endless suffering meant to punish unruly HTTP bots.
Go to file
kayos cddb201eb6 hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
src hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
.gitignore Initial commit 2016-12-09 14:44:49 -05:00
LICENSE Initial commit 2016-12-09 14:44:49 -05:00
README.md README: Add a link to a live server 2017-08-27 14:53:21 -04:00
config.toml hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
exploding-heffalump.gif GIF: Loop explosion 2016-12-11 18:55:30 -05:00
go.mod hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
go.sum hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
hellpot.go hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
http.go hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
main.go hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
markov.go hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00
src.go hey i defiled your code love old daddy arpanet 2021-06-11 15:08:03 -07:00

README.md

Heffalump GoDoc Go Report Card

Heffalump is an endless honeypot that gives malicious bots nightmares. To use, in your robots.txt tell robots not to go to a certain URL, which heffalump is reverse proxying. Any web agent that does go to the URL will receive an endless stream of random data, which will overflow its memory and/or storage if it doesn't have a max buffer size set or at the very least severely waste its time.

The source of the honeypot data is Once On a Time, one of A. A. Milne's most beloved and most public domain works.

Exploding Heffalump

Live example: Do not follow this link. It will flood your browser's memory and likely cause a crash.

Installation

First install Go.

If you just want to install the binary to your current directory and don't care about the source code, run

GOBIN=$(pwd) GOPATH=$(mktemp -d) go get github.com/carlmjohnson/heffalump

Usage

Usage of heffalump:

heffalump [opts]

    heffalump serves an endless HTTP honeypot

  -addr string
        Address to serve (default "127.0.0.1:8080")
  -path string
        Path to serve from. Path ending in / serves sub-paths. (default "/")