What problem does it solve? Penetration testers need a systematic methodology to attack JWT-based authentication, and ad-hoc testing often misses critical misconfigurations like algorithm confusion, weak HMAC secrets, or header parameter injection that lead to full auth bypass. ## Core Features & Use Cases - Algorithm Attack Coverage: Step-by-step procedures for alg:none bypass, RS256-to-HS256 confusion, and HMAC secret brute forcing with jwt_tool and hashcat. - Header Injection Testing: Payloads and techniques for kid SQL injection and path traversal, jku/x5u/jwk injection, and JWKS cache poisoning. - Mobile & Advanced Vectors: JWT extraction from Android SharedPreferences, iOS Keychain, and React Native AsyncStorage, plus timing attacks, token confusion, and URL leakage checks. - Use Case: During a bug bounty engagement, you intercept a Bearer token, decode it, discover a kid parameter, and follow the checklist to test path traversal via kid, ultimately forging a valid token signed with the contents of /dev/null. ## Quick Start Ask the AI to analyze this JWT for vulnerabilities and walk through the algorithm confusion and kid injection test cases against my authorized target.