qba73 / hpot

A command line tool for running a honeypot server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Reference Go Report Card Tests GitHub go.mod Go version GitHub

hpot

hpot is a command line tool for running a honeypot server.

Here's how to install it:

go install github.com/qba73/hpot/cmd/hpot@latest

To run it:

Start HPot

hpot 8091,8092,8093

Send a request

curl http://localhost:8091
curl: (56) Recv failure: Connection reset by peer

Verbose mode

To see more information about incoming connections, use the -v flag:

hpot -v 8091,8092,8093
Starting listener on: [::]:8091
Starting listener on: [::]:8092
Starting listener on: [::]:8093

Send a request

curl http://localhost:8091
Incomming connection from:  127.0.0.1:53771

About

A command line tool for running a honeypot server.

License:Apache License 2.0


Languages

Language:Go 88.9%Language:Makefile 11.1%