Skip to content

A ssh honeypot that captures credentials and IP addresses from attempted logins.

Notifications You must be signed in to change notification settings

srikavin/ssh-honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSH Honeypot

This honeypot logs ips, username, and passwords from connections made to the server.

Installation

Before beginning, make sure to reconfigure sshd to listen on another port.

  1. sudo dnf -y install libssh-devel cmake make gcc screen
  2. git clone https://github.com/srikavin/ssh-honeypot
  3. cd ssh-honeypot
  4. cmake .
  5. make
  6. sudo ./ssh_honeypot 22 /etc/ssh/ssh_host_rsa_key credentialLog.txt ipLog.txt

About

A ssh honeypot that captures credentials and IP addresses from attempted logins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published