shekkbuilder / flytrap

A fake SSH server for catching dirty little flies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flytrap is a tiny SSH honeypot that blindly accepts all login attempts and drops connections into a fake shell that does nothing. All communication will be logged.

By default it expects to be installed in /opt/flytrap. Don't forget to generate a RSA host key (default filename is "hostkey.rsa").

Flytrap will switch to the "nobody" user (by default) when run as root, y'know for safety. Still, just in case, make sure to keep backups.

Requirements:

  • libssh
  • an easily accessible host
  • some unfortunate victims

About

A fake SSH server for catching dirty little flies

License:GNU General Public License v3.0


Languages

Language:C 69.8%Language:Shell 30.2%