Skip to content

x0rz/ssh-honeypot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.8%
  • Shell 48.9%
  • Makefile 1.3%