-
Notifications
You must be signed in to change notification settings - Fork 33
Installation
DontPanicO edited this page Feb 22, 2021
·
9 revisions
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.
wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter-1.2-1.noarch.rpm
sudo rpm --install jwtxploiter-1.2-1.noarch.rpm
wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter-1.2-1.noarch.rpm
sudo dpkg --install jwtxploiter_1.2-1_all.deb
sudo pip install jwtxploiter
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.
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.