What problem does it solve?
It helps you identify security weaknesses in modern APIs that attackers commonly exploit, especially around authentication, authorization, input validation, and authorization bypass paths.
Core Features & Use Cases
- API attack-surface discovery: Imports OpenAPI/Swagger, reverse-engineers traffic via a proxy, enumerates hidden versions/endpoints, and documents authentication mechanisms.
- OWASP API Top 10-aligned testing: Exercises broken object/function authorization (BOLA/BFLA), mass assignment, JWT issues, rate limiting, excessive data exposure, and GraphQL introspection disclosure.
- Tool-assisted verification workflow: Uses Burp Suite concepts, Postman-style replays across privilege levels, and a provided Python agent to run targeted checks and generate a JSON report.
- Use cases: Security assessments of REST/GraphQL/gRPC APIs, microservices and gateway protection validation, and third-party integration hardening for data exposure and insecure configurations.
Quick Start
Ask the agent to test your authorized API base URL for rate limiting, optional GraphQL introspection, and privilege-based authorization issues, then save the results to a JSON report file.