Skip to content

shivam-97/tanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 python 3.5
  • 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 Sandbox

  1. For PHP Sandbox setup, see sandbox manual
  2. In PHP Sandbox directory, run sandbox: sudo python3 sandbox.py

Setup Docker

  1. Install docker
  2. Pull the required image to use [default : busybox:latest]

Setup and run TANNER

  1. Get TANNER: git clone https://github.com/mushorg/tanner.git
  2. Go to the TANNER source directory: cd tanner
  3. Install requirements: pip3 install -r requirements.txt
  4. Install TANNER: python3 setup.py install
  5. Run TANNER: sudo tanner

Run Tanner Api

Run sudo tannerapi

Run Tanner WebUI

Run sudo tannerweb

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

About

He who flays the hide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.0%
  • HTML 4.5%
  • Other 0.5%