Share
## https://sploitus.com/exploit?id=635BD32D-4AFB-57AB-9477-9621CA85B130
# ๐Ÿชค CVE Honeypot Farm

Emulates vulnerable services based on real CVE PoCs and Nuclei templates to detect attackers scanning for known vulnerabilities.

```
Internet โ†’ Honeypot (Flask) โ†’ Logs (SQLite)
              โ†“
         Self-validate with Nuclei templates
              โ†“
         Dashboard (real-time attacker stats)
```

## One-Line Deploy

```bash
bash :8080/dashboard` โ€” real-time attacker stats, top CVEs, recent IPs

## Files

| File | Role |
|------|------|
| `honeypot.py` | Main honeypot server |
| `deploy.sh` | One-line deploy script |
| `templates/` | Bundled Nuclei templates (auto-loaded) |
| `data/hits.db` | SQLite database of all hits |

## Related Repos

- **CVE Pipeline**: https://github.com/ichigo1vs/cve-pipeline
- **CVE PoCs + Templates**: https://github.com/ichigo1vs/cve-poc-nuclei