Skip to content

grah4na/ssh-honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍯 Basic SSH Honeypot - Cybersecurity Learning Project

A simple SSH honeypot designed to detect and study attacker behavior, built as a beginner cybersecurity project.

⚠️ Disclaimer

WARNING: This is a learning tool. Only deploy in isolated environments you own or have explicit permission to monitor. Never use on production networks.

🎯 Project Overview

  • Purpose: Learn about network security by studying real attacker techniques
  • Technology: Python sockets, multi-threading, logging
  • Features: Fake SSH server, connection logging, attacker interaction analysis

📁 Files

  • honeypot.py - Main honeypot script
  • analyzer.py - Log analysis tool (optional)
  • honeypot.log - Detailed activity logs (generated)
  • connections.log - Connection summaries (generated)

🚀 Quick Start

# Clone and run
git clone https://github.com/syknandan/ssh-honeypot.git
cd honeypot-project
python honeypot.py

About

Basic SSH honeypot for cybersecurity learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages