• Stars
    star
    182
  • Rank 209,902 (Top 5 %)
  • Language
  • License
    MIT License
  • Created 11 months ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

  1. Install Nuclei (https://github.com/projectdiscovery/nuclei#install-nuclei).
  2. Clone this repository:
    git clone https://github.com/UnaPibaGeek/honeypots-detection.git
  3. Move into the templates folder:
    cd honeypots-detection/templates
  4. Run the desired template as follows:
    sudo nuclei -u {target_IP} -t ./{template_name}.yaml

Example

example

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

example_debug

The requests will be sent to the honeypot's default port if not specified.

Acknowledgements

Made with ❤️ by UnaPibaGeek.