xZero707 / go-ssh-decoy

Small utility to imitate SSH servers, useful for settings up SSH decoys for building honeypot infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Follow on Twitter Codacy Badge

SSH Decoy

Usage

Usage of /bin/ssh-decoy:
  -host string
    	Host address to listen to (default "0.0.0.0")
  -port int
    	Port number to listen to (default 2022)
  -priv string
    	Private key file
  -size int
    	Private key size (default 2048)

About

Small utility to imitate SSH servers, useful for settings up SSH decoys for building honeypot infrastructure


Languages

Language:Go 100.0%