What problem does it solve?
It helps security testers detect and validate IDOR/BOLA weaknesses where attackers can access or modify other users’ objects by swapping object identifiers across endpoints, methods, and request locations.
Core Features & Use Cases
- Comprehensive ID discovery: Covers IDs in path, query, body, headers, cookies, GraphQL, and other transport mechanisms to avoid missing non-obvious surfaces.
- A-B authorization validation workflow: Guides testers to replay captured requests from UserA against UserB to confirm broken object-level authorization with clear evidence.
- Attack breadth for higher impact: Includes method escalation (GET/POST/PUT/PATCH/DELETE), indirect reference-chain IDOR, mass assignment to hidden fields, state-machine abuse, and BFLA-style function-level checks when authorization boundaries are violated.
Use it when you are performing web/API black-box testing for multi-tenant apps, account-driven object access (profiles, orders, invoices, attachments), file/object reference hierarchies, and privilege boundary enforcement.
Quick Start
Ask the AI to generate an IDOR/BOLA test plan for a target API by enumerating all object ID locations it can appear in, then perform A-B request replay steps using UserA and UserB and produce an evidence checklist for read/modify/delete outcomes.