JWTXploiter is a tool to test security of JSON Web Tokens. Test a JWT against all known CVEs;
N.B. Cloning the repository should be avoided except for development purposes! N.B. Deb package has to be considered beta
wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter-1.2.1-1.noarch.rpm
sudo rpm –install jwtxploiter-1.2.1-1.noarch.rpm
or, if previous version is installed on your machine
sudo rpm –upgrade jwtxploiter-1.2.1-1.noarch.rpm
With pip
sudo pip install jwtxploiter
With deb:
wget http://andreatedeschi.uno/jwtxploiter/jwtxploiter_1.2.1-1_all.deb
sudo dpkg -i jwtxploiter_1.2.1-1_all.deb
Cloing the repo:
git clone https://github.com/DontPanicO/jwtXploiter.git
./install.sh
N.B. python3-pip package is required to install dependencies, be sure to have it installed.
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…
MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…
"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…
CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…
The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…
The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…