/tanner

He who flays the hide

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TANNER Build Status

He who flays the hide

Basic Concept

  • Evaluating SNARE events.
  • Serve dorks.
  • Adopt and change the responses.

Getting Started

  • You need Python3. We tested primarily with >=3.4
  • This was tested with a recent Ubuntu based Linux.

Setup Redis

  1. Install the Redis: sudo apt-get install redis-server
  2. Start it on localhost with default port: redis-server

Setup PHP Sanbox

  1. For PHP Sandbox setup, see sandbox [manual] (https://github.com/mushorg/phpox)
  2. In PHP Sandbox directory, run sandbox: sudo python3 sandbox.py

Setup and run TANNER

  1. Get TANNER: git clone https://github.com/mushorg/tanner.git
  2. Install requirements: pip3 install -r requirements.txt
  3. 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).

See the docs for more info