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 snaresudo pip3 install -r requirements.txtsudo python3 setup.py installsudo clone --target http://example.comsudo snare --port 8080 --page-dir example.comDocker 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
General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…