SSHHiPot – 一个SSH代理蜜罐
项目地址
https://github.com/magisterquis/sshhipot
项目介绍
SSHHiPot是一个由Go语言编写的ssh蜜罐程序,其实它是通过一个代理方式来进行ssh命令的纪录
配置方式
Config
Most of the options should be useable as-is. The ones I expect will need to be configured:
OptionUse
-ckSSH identity file (i.e. id_rsa) to use to authenticate to the server.
-csServer’s address. Can be loopback, even.
-cuOk, maybe root wasn’t a great default. test is probably better.
-pTry 123456 or something more common than hunter2.
看样子hunter2还是一个艮

华盟君