MyJWT is a pentesting tool for JWT (JSON Web Tokens) allowing users to modify, crack, and check JWTs. Current version 2.1.0, release cadence irregular, last release 2024.
pip install myjwtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decode a JWT token. For cracking, use .crack() with a wordlist file.
Upgrade Python to 3.10 or later.
Pass a valid file path (string) containing one password per line.
Always specify algorithm, e.g., .crack('wordlist.txt', algorithm='HS256').