A simple web-honeypot against script kiddies
5.9K
A simple web hionepot to capture typical hacking web requests and answer with mock answers. It created a fake WebServer which answers very very very sloooooowwww. It keeps WebCclients locked up for hours or even days at a time. The purpose is to put your real Web server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.
$ docker run -p 8080:80 andreaskasper/http-honeypot
| Parameter | Default | Description |
|---|---|---|
| METRICS_PASSWORD | admin | Username for your prometheus metrics |
| METRICS_REALM | Prometheus Server | Realm Name of your Prometheus Metrics |
| METRICS_USER | password | Password for your prometheus metrics |
| NAME | Name of the Honeypot if you run more than one :-) | |
| PUSHOVER_APP | The app token of your Pushover app | |
| PUSHOVER_NOTIFY_COUNTRY | Enter the country-code of the country you wanna monitor (Example US, DE,...) | |
| PUSHOVER_RECIPIENT | The user token of your Pushover account, which should receive notifications |
Content type
Image
Digest
sha256:1a3c462ff…
Size
7.8 MB
Last updated
about 8 hours ago
docker pull andreaskasper/http-honeypot