找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 47|回复: 4

Linux SSH蜜罐程序:HonSSH

[复制链接]

4

主题

27

回帖

68

积分

注册会员

积分
68
发表于 2013-9-3 10:25:26 | 显示全部楼层 |阅读模式
本帖最后由 阿喀琉斯 于 2013-9-3 10:27 编辑

HonSSH是一个高交互蜜罐解决方案,在攻击者与蜜罐之间,可以创建两个独立的SSH链接,它的特点如下:

1、捕获所有链接尝试,并记录到文本文件中

2、当攻击者发起密码尝试的时候,HonSSH可以自动更换他们的密码(spoof_login),让他们以为自己猜测到正确的密码。

3、所有交互都会记录到,可以使用Kippo playlog重放

4、攻击者的会话都捕获在一个文本文件中

5、可以使用telnet实时查看会话。


安装:
CONF文件配置如下:
#
# ConSSH configuration file (conssh.cfg)
#
[honeypot]
# IP addresses to listen for incoming SSH connections.
#
ssh_addr = 192.168.0.2
# Port to listen for incoming SSH connections.
#
# (default: 2222)
ssh_port = 22
# IP addresses to send outgoing SSH connections.
#
client_addr = 192.168.1.1
# IP addresses of the honeypot.
#
honey_addr = 192.168.1.2
# Directory where to save log files in.
#
# (default: logs)
log_path = logs
# Directory where to save session files in.
#
# (default: sessions)
session_path = sessions
# Public and private SSH key files.
#
public_key = id_rsa.pub
private_key = id_rsa
# Session management interface.
#
# This is a telnet based service that can be used to interact with active
# sessions. Disabled by default.
#
# (default: false)
interact_enabled = true
# (default: 127.0.0.1)
interact_interface = 127.0.0.1
# (default: 5123)
interact_port = 5123
# Spoof password?
#
# (default: false)
spoof_login = true
# Actual login password for the honey pot.
#
# e.g. if the attacker uses the password "hello" this would replace
#      it with "goodbye" (the actual honeypot password)
spoof_pass = goodbye
[extras]
# Enables Voice
# If enabled will speak about incoming connections.
# Requires espeak and python-espeak
#
# (default: false)
voice = true

运行:
./start.sh

更多点击:
https://code.google.com/p/honssh/wiki/Config

下载方式:
git clone https://code.google.com/p/honssh/
回复

使用道具 举报

172

主题

1381

回帖

3312

积分

论坛元老

积分
3312
发表于 2013-9-3 10:32:16 | 显示全部楼层
好像很牛逼的样子 超级霸气
回复

使用道具 举报

1

主题

107

回帖

221

积分

中级会员

积分
221
发表于 2013-9-3 10:37:29 | 显示全部楼层
很厉害的样子。。
回复

使用道具 举报

28

主题

1602

回帖

3302

积分

论坛元老

积分
3302
发表于 2013-9-3 13:24:08 | 显示全部楼层
虽然不明白,但感觉很厉害~~
回复

使用道具 举报

79

主题

780

回帖

1819

积分

金牌会员

积分
1819
发表于 2013-9-3 13:55:14 | 显示全部楼层
我靠这个碉堡了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Discuz! X

GMT+8, 2025-1-15 21:51 , Processed in 0.022113 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表