hpot
1.0.0
hpot
adalah alat baris perintah untuk menjalankan server honeypot.
Berikut cara menginstalnya:
go install github.com/qba73/hpot/cmd/hpot@latest
Untuk menjalankannya:
Mulai HPot
hpot 8091,8092,8093
Kirim permintaan
curl http://localhost:8091
curl: (56) Recv failure: Connection reset by peer
Untuk melihat informasi selengkapnya tentang koneksi masuk, gunakan tanda -v
:
hpot -v 8091,8092,8093
Starting listener on: [::]:8091
Starting listener on: [::]:8092
Starting listener on: [::]:8093
Kirim permintaan
curl http://localhost:8091
Incomming connection from: 127.0.0.1:53771