honeypots-detection
honeypots-detection copied to clipboard
Nuclei templates for honeypots detection.
Honeypots Detection
Nuclei templates for honeypots detection.
This repository contains Nuclei templates to detect several well-known open-source honeypots, such as: ADBHoney, Conpot, Cowrie, Dionaea (multiple services), ElasticPot, Mailoney, Redis Honeypot, Snare, among others.
Usage
- Install Nuclei (https://github.com/projectdiscovery/nuclei#install-nuclei).
- Clone this repository:
git clone https://github.com/UnaPibaGeek/honeypots-detection.git - Move into the templates folder:
cd honeypots-detection/templates - Run the desired template as follows:
sudo nuclei -u {target_IP} -t ./{template_name}.yaml
Example

For a more detailed output it is possible to use the -debug-resp parameter:

The requests will be sent to the honeypot's default port if not specified.
Acknowledgements
- Thank you Project Discovery for such a great tool and contribution to our community.
- These templates were developed while researching honeypots at Dreamlab Technologies for CYOBS.
Made with ❤️ by UnaPibaGeek.