-
Notifications
You must be signed in to change notification settings - Fork 50
Installation
illwill edited this page May 21, 2018
·
7 revisions
skiptracer has been tested on Kali and OSX, although using the latter it is recommend you use pipenv to setup a virtual environment for the project.
skiptracer needs to be git cloned first, from the console type:
git clone https://github.com/xillwillx/skiptracer.git
once cloned cd into the directory
cd skiptracer
skiptracer relies on some Python libraries that can be easily installed using pip
sudo pip install -r requirements.txt
Once libraries are finished installing, you are now ready to use skiptracer.