Porkepix / etip

εxodus tracker investigation platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETIP - εxodus tracker investigation platform

ETIP is meant to ease investigations on tracker detection. For the moment, it offers few functionalities:

  • track all modifications on trackers
  • detect rules collisions for both network and code signature

Installation

Clone the project

git clone https://github.com/Exodus-Privacy/etip.git

Create the Python virtual env

cd etip
virtualenv venv -p python3.5
source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Create the database

cd etip/
python manage.py migrate

Start the server

python manage.py runserver

Import data

They are 2 commands:

  • python manage.py import_trackers to import tracker definitions from the official instance of εxodus
  • python manage.py import_categories to import predefined tracker categories

About

εxodus tracker investigation platform

License:GNU Affero General Public License v3.0


Languages

Language:Python 72.8%Language:HTML 27.2%