M7mad7amdan/honeypot-final-project

GitHub: M7mad7amdan/honeypot-final-project

Stars: 0 | Forks: 0

# AI Honeypot & Multi-Service Honeynet A Python-based intelligent honeypot/honeynet project designed to simulate realistic network services and detect attacker behavior. ## Features - Fake SSH Server - Fake FTP Service - Fake HTTP Admin Panel - Fake Database Service - Real-time Dashboard - AI-generated fake responses - Attack logging - Nmap detection - Snort integration - Wireshark traffic analysis ## Technologies Used - Python - Flask - Paramiko - Nmap - Snort - Wireshark - Kali Linux - VS Code ## Project Structure honeypotfinal/ │ ├── dashboard.py ├── run_honeypot.py ├── ssh_honeypot_paramiko.py ├── logger_utils.py ├── logs/ ├── screenshots/ └── README.md ## Screenshots ### Dashboard ![Dashboard](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/a383e7447c032105.png) ### Nmap Scan ![Nmap](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/d7ec38e39c032106.png) ### Snort Alerts ![Snort](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/3d2ece70a8032106.png) ### Wireshark Analysis ![Wireshark](https://raw.githubusercontent.com/M7mad7amdan/honeypot-final-project/main/screenshots/Wireshark.png) ### Fake Internal Backup Repository ![Backup Repository](https://raw.githubusercontent.com/M7mad7amdan/honeypot-final-project/main/screenshots/FakeInternalBackupRepository.png) ### Fake Login Page ![Login](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/eb5ab5f273032108.png) ### FTP Interaction ![FTP](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/57161b1e2b032109.png) ### SSH Connection ![SSH](https://raw.githubusercontent.com/M7mad7amdan/honeypot-final-project/main/screenshots/SSH%20Command.png)