What problem does it solve? Broken access control and Insecure Direct Object Reference (IDOR) flaws are among the most common and highest-impact web vulnerabilities, yet they require systematic manual testing that is easy to do incompletely. This Skill provides a structured, end-to-end IDOR hunting methodology so pentesters and bug bounty hunters don't miss test cases. ## Core Features & Use Cases - Systematic IDOR Discovery: Guides account setup, traffic interception, parameter tampering (numeric IDs, GUIDs, encoded/encrypted IDs, arrays, JSON objects), and horizontal/vertical privilege escalation testing. - Bypass & Evasion Techniques: Covers HTTP method switching, parameter pollution, path normalization, outdated API versions, mass assignment, and request smuggling to defeat weak protections. - Modern Surface Coverage: Includes GraphQL, gRPC, presigned cloud URLs, WebSockets, OAuth/OIDC flows, MFA endpoints, and CI/CD detection tooling (Burp extensions, Pynt, StackHawk, RESTler). - Use Case: During a bug bounty engagement, you intercept a request like GET /api/documents/123. The Skill walks you through swapping IDs, testing encoded variants, chaining with information disclosure, and documenting a reproducible proof of concept. ## Quick Start Ask the assistant to walk you through testing an intercepted API request for IDOR vulnerabilities using the offensive-idor checklist.