A command line tool for encoding, decoding and brute-forcing JSON Web Token(JWT). Learn more about JWT

Title: JWTRipper - JWT Encoder, Decoder & Brute-forcer
Author: Parag Thakur (aka Virag)
Twitter Handle: @_virag007
Description: A command line tool for encoding, decoding and brute-forcing JSON Web Token(JWT).
 

JWTRipper Features 

  • Encode the JWT Token
  • Decode the JWT Token
  • Brute-force the JWT Token secret key
  • Added cross-platform support (Linux and Windows till)
  • Algorithm tested and support(HS256, HS384, HS512)
  • Added support one-liner command for decoding and brute-forcing JWT Token.

JWTRipper Instruction Kali Linux & Termux

$ git clone https://github.com/Virag007/JWTRipper.git && cd JWTRipper

$ pip install -r requirements.txt

$ pip3 install -r requirements.txt

$ python3 JWTRipper