Snare is a super next generation advanced reactive honeypot.It is a web application honeypot sensor attracting all sort of maliciousness from the Internet.
Basic Concepts
Getting Started
Also Read – RBuster : Yet Another Dirbuster
Steps To Setup
git clone https://github.com/mushorg/snare.git
and cd snare
sudo pip3 install -r requirements.txt
sudo python3 setup.py install
sudo clone --target http://example.com
sudo snare --port 8080 --page-dir example.com
Docker Build Instructions
Change current directory to project directory
docker-compose build
docker-compose up
Testing
In order to run the tests and receive a test coverage report, we recommend running pytest
:
pip install pytest pytest-cov
sudo pytest –cov-report term-missing –cov=snare snare/tests/
Sample Output
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…