01Brute-force HS256/HS384/HS512 JWT secrets using a wordlist
02Generate and edit JWTs supporting HS* and RS* algorithms
03Decode JWT header, payload, and signature
04Analyze JWTs for vulnerabilities (e.g., alg=none, weak algorithms, missing claims)
050 GitHub stars