Cracking JSON Web Tokens - Ethical Hacking
Tools used:
- jwt_tool: a tool for methodologies, techniques and exploits for json web tokens.
Source code: https://github.com/ticarpi/jwt_tool
Misconfigurations:
- Using
decodefunction instead ofverifyfunction to check for valid JWT tokens on the server.
Other techniques:
-
Algorithm confusion
-
Header injections