What problem does it solve? Security testers and bug bounty hunters need a structured, comprehensive checklist when auditing OAuth 2.0 and OIDC implementations, since missing a single flow manipulation or token validation flaw can leave an application exposed to account takeover. ## Core Features & Use Cases - Attack Checklist: Covers authorization code interception, redirect_uri bypass, state parameter abuse, PKCE bypass, scope escalation, and token leakage via Referer. - Flow Analysis: Documents Authorization Code, Implicit, Device Code, and token exchange flows with mermaid diagrams, plus OAuth 2.1 and FAPI 1.0/2.0 security profiles. - Chaining & Escalation: Maps exploitation paths from OAuth flaws to full account takeover, lateral movement, and backend exploitation such as JWT algorithm confusion. - Use Case: During a web app pentest, intercept the OAuth flow with Burp Suite, then walk the checklist to test redirect_uri manipulation, missing state parameters, and refresh token rotation weaknesses, finishing with prioritized remediation recommendations. ## Quick Start Ask the assistant to audit the OAuth login flow of the target web application using the OAuth security testing checklist.