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 https://localhost:8091
curl: (56) Recv failure: Connection reset by peer
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 https://localhost:8091
Incomming connection from: 127.0.0.1:53771