droberson / ssh-honeypot

Fake sshd that logs ip addresses, usernames, and passwords.
MIT License
620 stars 240 forks source link

Banner options and osx features #2

Closed ibykow closed 7 years ago

ibykow commented 7 years ago

Banners Option

Added ability to select from the list of banner messages using -i option.

First, list available banner messages using

$ ssh-honeypot -b

Then, select a banner message by index

$ ssh-honeypot -i 2 -r ...

Alternately, specify a custom banner message with a string

$ ssh-honeypot -b "my banner message here!" -r ...

OSX

Added ability to build on OSX. Readme and install files were updated to reflect this.

droberson commented 7 years ago

Thanks! I don't have a Mac right now to test it on, everything looks right.

droberson commented 7 years ago

Fixed a few minor formatting and grammar mistakes and a bug with signal(). bin/.ignore was also re-added, because it fails without bin/ directory being present if you clone it fresh.