hpot
1.0.0
hpot
은 허니팟 서버를 실행하기 위한 명령줄 도구입니다.
설치 방법은 다음과 같습니다.
go install github.com/qba73/hpot/cmd/hpot@latest
실행하려면:
HPot
시작
hpot 8091,8092,8093
요청 보내기
curl http://localhost:8091
curl: (56) Recv failure: Connection reset by peer
들어오는 연결에 대한 자세한 정보를 보려면 -v
플래그를 사용하십시오.
hpot -v 8091,8092,8093
Starting listener on: [::]:8091
Starting listener on: [::]:8092
Starting listener on: [::]:8093
요청 보내기
curl http://localhost:8091
Incomming connection from: 127.0.0.1:53771