Skip to content
/ dedjwt Public

dedjwt is a Python script designed for JWT token fast brute-forcing

Notifications You must be signed in to change notification settings

Asbawy/dedjwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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!

About

dedjwt is a Python script designed for JWT token fast brute-forcing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages