sshsyrup
sshsyrup copied to clipboard
A low-to-medium interaction SSH Honeypot with features to capture terminal activity and upload to asciinema.org
If the command is interactive, user cannot see what they have typed into the command like terminal(shell). The STDIN should have a switch to set it to cooked/raw mode
Instead of pure static output, can integrate text/template package and output variables (hostname, date, etc)
FS need to be aware abt the user info
Now sftp is a quick hack up so it is quite in a mess (but at least working as expected). Should do a code cleanup/refactoring when have time
Currently `createfs` feature is limited, making it not very practical to create system images to fool someone. Should allow to fine tune the content of the files in the image,...