He who flays the hide
- Evaluating SNARE events.
- Serve dorks.
- Adopt and change the responses.
- You need Python3. We tested primarily with >=3.4
- This was tested with a recent Ubuntu based Linux.
- Install the Redis:
sudo apt-get install redis-server
- Start it on
localhost
with defaultport
:redis-server
- For PHP Sandbox setup, see sandbox [manual] (https://github.com/mushorg/phpox)
- In PHP Sandbox directory, run sandbox:
sudo python3 sandbox.py
- Get TANNER:
git clone https://github.com/mushorg/tanner.git
- Install requirements:
pip3 install -r requirements.txt
- Run TANNER:
sudo python3 server.py --interface localhost
You obviously want to bind to 0.0.0.0 when running in production and on a different host than SNARE (recommended).