Home

Awesome

SSH-Honeypot

This tool is a simple SSH server in Python which logs all username/password combinations into a logfile.

#Requirements

#Installation

#Configuration

You should use iptables to redirect the SSH traffic from port 22 to 2222 instead of running the script with root privileges.

/sbin/iptables -A PREROUTING -t nat -p tcp --dport 22 -j REDIRECT --to-port 2222

#License

This piece of software is lincensed under MIT. See LICENSE.md for more information