reddit hackernews mail facebook facebook linkedin
JWTweak

JWTweak

Detects JWT algorithm and provides options to generate a new JWT based on another algorithm.

With the global increase in JSON Web Token (JWT) usage, the attack surface has also increased significantly. Having said that, this utility is designed with the aim to generate the new JWT token with little or no time which would help security enthusiasts to find security flaws in JWT implementation. This tool is designed to automate the process of modifying the JWT algorithm of input JWT Token and then generate the new JWT based on the new algorithm.

Features:
- Detects the algorithm of the input JWT Token
- Base64 decode the input JWT Token
- Generate new JWT by changing the algorithm of the input JWT to 'none'
- Generate new JWT by changing the algorithm of the input JWT to 'HS256'
- Generate new JWT by changing the algorithm of the input JWT to 'HS384'
- Generate new JWT by changing the algorithm of the input JWT to 'HS512'
- Generate new JWT by changing the algorithm of the input JWT to 'RS256'
- Generate new JWT by changing the algorithm of the input JWT to 'RS384'
- Generate new JWT by changing the algorithm of the input JWT to 'RS512'