Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 282 Bytes

SSH-HONEYPOT-GOLANG

A simple multi port golang SSH honeypot to capture login credentials and IP on a real SSH session.

run go mod init honeypot and then go mod tidy

Specify ports in file and simply build the file with go build filename.go

chmod 777 filename

screen ./filename