自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

SSH蜜罐工具——HonSSH

安全
HonSSH是一個(gè)高交互蜜罐解決方案,在攻擊者與蜜罐之間,可以創(chuàng)建兩個(gè)獨(dú)立的SSH鏈接。

HonSSH是一個(gè)高交互蜜罐解決方案,在攻擊者與蜜罐之間,可以創(chuàng)建兩個(gè)獨(dú)立的SSH鏈接,它的特點(diǎn)如下:

1、捕獲所有鏈接嘗試,并記錄到文本文件中。

2、當(dāng)攻擊者發(fā)起密碼嘗試的時(shí)候,HonSSH可以自動(dòng)更換他們的密碼(spoof_login),讓他們以為自己猜測到正確的密碼。

3、所有交互都會(huì)記錄到,可以使用Kippo playlog重放。

4、攻擊者的會(huì)話都捕獲在一個(gè)文本文件中。

5、可以使用telnet實(shí)時(shí)查看會(huì)話。

安裝:

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

運(yùn)行:./start.sh

責(zé)任編輯:藍(lán)雨淚 來源: FreebuF
相關(guān)推薦

2018-12-24 14:03:15

SSH蜜罐

2018-12-24 13:38:25

蜜罐SSH

2011-08-22 10:40:07

SSH命令SSH命令

2012-06-27 10:33:47

2017-02-14 08:36:56

2011-04-02 14:19:10

2019-04-08 08:50:02

2019-01-29 07:06:57

2011-04-02 11:02:24

2011-06-28 16:47:30

2024-04-29 14:39:20

2025-01-07 08:00:00

2012-11-26 10:58:33

2015-11-09 10:39:58

公有云 ssh 工具箱

2019-04-28 09:34:06

2017-08-01 06:14:49

2020-09-20 10:12:54

nccm

2011-01-07 14:05:11

2020-03-03 13:37:23

SSH密鑰管理工具開源工具

2021-02-04 11:08:00

LinuxSSH工具
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)