sshhipot

High-interaction MitM SSH honeypot

  • 所有者: magisterquis/sshhipot
  • 平台:
  • 许可证: zlib License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Version 2 is under development. Please switch to the v2 branch, build, and run with -h.

SSHHiPot

High-interaction SSH honeypot (ok, it's really a logging ssh proxy).

Still more or less a work-in-progress. Feel free to go install this
repository if you'd like to try it. Run it with -h to see more options. In
particular, logging is kinda rough.

One of these days there'll be better documentation, really.

The general idea is that sshlowpot runs somewhere between the attacker and the
real SSH server such that the attacker logs into the honeypot, and the honeypot
logs into the server.

Contact

At this stage in its development, it's probably easier to find me on Freenode
than anything, though reading the source is another option. It's not that
painful. I can usually be found as magisterquis in #devious on freenode.

Installation

go install github.com/magisterquis/sshhipot

If you don't have go available, feel free to ask me (or someone who does) for
compiled binaries. They can be made for a bunch of different platforms.

Config

Most of the options should be useable as-is. The ones I expect will need to
be configured:

Option, Use
-------, ----
-ck, SSH identity file (i.e. id_rsa) to use to authenticate to the server.
-cs, Server's address. Can be loopback, even.
-cu, Ok, maybe root wasn't a great default. test is probably better.
-p, Try 123456 or something more common than hunter2. Also see the -pf flag.
-sf, Fingerprint of real server's Host Key (retreivable with ssh-keyscan hostname 2>/dev/null, ssh-keygen -lf -)

Please note by default the server listens on port 2222. You'll have to use
pf or iptables or whatever other firewall to redirect the port. It's probably
a really bad idea to run it as root. Don't do that.

There is a general log which goes to stdout. More granular logs go in a
directory named conns by default (-d flag). At the moment, the granular
logs also go to stderr.

Contributions

Yes, please.

Windows

It's in Go, so, probably? Send me a pull request if it doesn't work.

主要指标

概览
名称与所有者magisterquis/sshhipot
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证zlib License
所有者活动
创建于2016-01-23 07:09:44
推送于2018-05-13 17:10:27
最后一次提交2018-05-13 13:08:54
发布数0
用户参与
星数169
关注者数8
派生数48
提交数90
已启用问题?
问题数6
打开的问题数5
拉请求数0
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?