Skip to content

Installation

DontPanicO edited this page Feb 22, 2021 · 9 revisions

Introduction

Cloning the repository using git should be done only for developements purposes. For everything else than contirbutions, you should install using the packages listed below.

Install with rpm

wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter-1.2-1.noarch.rpm
sudo rpm --install jwtxploiter-1.2-1.noarch.rpm

Install with dpkg

wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter-1.2-1.noarch.rpm
sudo dpkg --install jwtxploiter_1.2-1_all.deb

With pip

sudo pip install jwtxploiter

Clone the repo

THIS OPTION SHOULD BE AVOIDED IF YOU ARE NOT A CONTRIBUTOR!

git clone https://github.com/DontPanicO/jwtXploiter.git
./install.sh 
#or
./install.sh all

Installation may miss requirements.txt step. After install.sh has run, check that.

Windows Users

jwtXploiter is intended to run on linux machines, tests has been performed on debian and centOS. Since I have no knowledge of windows operative system, the script has no windows "support". Anyway collaboration to debug the script on windows systems are welcome.