Skip to content
/ hpot Public

A command line tool for running a honeypot server.

License

Notifications You must be signed in to change notification settings

qba73/hpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published