Advanced Honeypot Detector is a Python-based security tool designed to detect the presence of honeypots in systems or services.
It analyzes suspicious behaviors, abnormal responses, and known honeypot patterns to identify potential traps.
- π Detect potential honeypot environments
- π§ Behavioral & response-based detection
- π₯οΈ Command Line Interface (CLI)
- β‘ Fast & lightweight scanning
- π οΈ Easy to modify & extend (Python)
advanced-honeypot-detector/ β βββ ad_honeypot_detect.py # Main detection script βββ signatures_grouped.json # Honeypot signature database βββ README.md # This README file βββ cache/ # Cache folder for temporary data βββ logs/ # Logs generated during scans βββ reports/ # Scan reports
- Python 3.8+
- Required Python libraries (install via
pip install -r requirements.txtif provided)
git clone https://github.com/Balmani12/advanced-honeypot-detector.git
cd advanced-honeypot-detector
pip install -r requirements.txt