Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.14 KB

DEDJWT : JWT Bruter

Photo A script to brute force JWT tokens. It loads passwords from a list and attempts to decode the JWT token with each password. If the token is decoded successfully, the password is saved and the script exits.

Feature

  • Smart multi-threaded for faster brute force attempts.

Requirements

  • Python 3.x
  • Python libraries: jwt, colorama, concurrent.futures, psutil

Usage

  1. Clone the repository or download the script.
  2. Install the required Python libraries using pip:
pip install PyJWT pytz colorama psutil tqdm
  1. Run the script:
python3 dedjwt.py
  1. Follow the on-screen prompts:
    • Enter the JWT token you want to decode.
    • Provide a file containing a list of passwords.
    • Optionally, specify an output file to save found passwords.
  2. The script will attempt to decode the token by testing passwords from the list against it.
  3. If successful, it will display the decoded password.

Contributing

Feel free to contribute to this project. You can fork the repository, make changes, and submit a pull request. Your contributions are welcome!