Skip to content

TrueBad0ur/ssh-honeypot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TryHackMe SSH Honeypot

SSH Honeypot that gathers attempted creds, IP addresses and versions. The SSH server will either issue a warning, or drop the attacker into a fake shell.

Loot File Format

The logging writes to an SQLite database at db/honeypot.db. The database and tables are created automatically on first run.

Fake Shell

The fake shell will print a bash command not found error for every command entered, except exit. You can enable logging of these commands with the -C flag.

Database Viewer

Open viewer/index.html in a browser, then select your honeypot.db file to view and filter logins and commands.

About

SSH Honeypot that gathers creds and attempted commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 53.6%
  • Go 45.2%
  • Other 1.2%