Skip to content

Enhance JWT security skills with this toolkit for decoding, encoding and play with JWT.

HiitCat/JWT-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JWT Security Tools πŸ› οΈ

This repository contains a collection of tools for handling JSON Web Tokens (JWT) with a focus on security aspects. These tools are designed to assist with decoding, encoding, and analyzing JWTs. However, they can also help to understand potential security vulnerabilities associated with JWTs.

The tools are intended for educational purposes only. Misuse of these tools for malicious activities is not endorsed by the author.

🧰 Tools Included

  1. JWT Payload Modifier: This script decodes a given JWT, displays the payload, then allows the user to input a new payload and encodes it using the 'none' algorithm.
  2. JWT Secret Brute Forcer: This script checks each entry from a given file to see if it's a valid secret key for a provided JWT.

More tools coming soon!

πŸ“ Requirements

Each script may require specific Python packages to be installed. Please refer to the requirements.txt file in each tool's directory for exact package requirements.

πŸ’» Usage

Please refer to the README file in each tool's directory for specific usage instructions.

πŸš€ Contributions

Feel free to contribute to this repository by submitting pull requests. All contributions are appreciated!

About

Enhance JWT security skills with this toolkit for decoding, encoding and play with JWT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages