Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.15 KB

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