dmaxall / ssh-honeypot

Fake sshd that logs ip addresses, usernames, and passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH Honeypot

This program listens for incoming ssh connections and logs the ip address, username, and password used. This was written to gather rudimentary intelligence on brute force attacks.

Quick start

  • ensure libssh is installed (apt install libssh-dev)
  • edit src/config.h
  • ssh-keygen -t rsa (save to non-default location!)
  • make
  • bin/ssh-honeypot -r ssh-honeypot.rsa

About

Fake sshd that logs ip addresses, usernames, and passwords.

License:MIT License


Languages

Language:C 49.8%Language:Shell 48.9%Language:Makefile 1.3%