From f942bd66172e8dc60f232aec0735b358f739daaf Mon Sep 17 00:00:00 2001 From: jose nazario Date: Sat, 11 Aug 2018 12:20:38 -0400 Subject: [PATCH] add amv42/sshd-honeypot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0f0bff..7f2505d 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres - [hornet](https://github.com/czardoz/hornet) - Medium interaction SSH honeypot that supports multiple virtual hosts. - [ssh-auth-logger](https://github.com/JustinAzoff/ssh-auth-logger) - Low/zero interaction SSH authentication logging honeypot. - [ssh-honeypot](https://github.com/droberson/ssh-honeypot) - Fake sshd that logs IP addresses, usernames, and passwords. + - [ssh-honeypot](https://github.com/amv42/sshd-honeypot) - Modified version of the OpenSSH deamon that forwards commands to Cowrie where all commands are interpreted and returned. - [ssh-honeypotd](https://github.com/sjinks/ssh-honeypotd) - Low-interaction SSH honeypot written in C. - [sshForShits](https://github.com/traetox/sshForShits) - Framework for a high interaction SSH honeypot. - [sshesame](https://github.com/jaksi/sshesame) - Fake SSH server that lets everyone in and logs their activity.