A modular Python honeypot framework supporting SSH and HTTP service emulation for intrusion detection, credential capture, and security analysis.
- SSH Honeypot using Paramiko
- HTTP WordPress-style login honeypot using Flask
- Credential capture and logging
- Rotating log files
- Multi-threaded SSH handling
- CLI-based service selection
- Python
- Flask
- Paramiko
- Socket Programming
- Logging
ssh-keygen -t rsa -b 2048 -f server.key
python honeypy.py -a 0.0.0.0 -p 2223 -s
python honeypy.py -p 5000 -w
- http_audits.log
- audits.log
- cmd_audits.log
π For further detials refer Full Documentation.