Skip to content

robski888/snare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNARE

Super Next generation Advanced Reactive honEypot

Basic Concepts

  • Surface fist. Focus on the attack surface generation.
  • Sensors and masters. Lightweight collectors (SNARE) and central decision maker (tanner).

Getting started

  • You need Python3. We tested primarily with >=3.4
  • This was tested with a recent Ubuntu based Linux.
  1. Get SNARE: git clone https://github.com/mushorg/snare.git
  2. Install requirements: pip3 install -r requirements.txt
  3. Clone a page: sudo python3 clone.py --target http://example.com
  4. Run SNARE: sudo python3 snare.py --port 8080 --page-dir example.com
  5. Test: Visit http://localhost:8080/index.html
  6. (Optionally) Have your own tanner service running.

You obviously want to bind to 0.0.0.0 and port 80 when running in production.

About

Super Next generation Advanced Reactive honEypot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%