What problem does it solve?
This Skill solves the problem of identifying critical, often overlooked API security misconfigurations that lead to severe impacts like privilege escalation, data exfiltration, and full account takeover, which standard automated scanners frequently miss due to their logic-based, non-signature nature.
Core Features & Use Cases
- Comprehensive Misconfig Coverage: Detects mass assignment, JWT algorithm attacks (none, RS256/HS256 confusion, kid path traversal), prototype pollution, HTTP verb tampering, OData query WAF bypasses, exposed OpenAPI/Swagger specs, shadow APIs, rate limit bypasses, and API parameter pollution.
- Field-Validated Techniques: Includes real-world disclosed cases, attack chains, and detection heuristics drawn from 24+ reported vulnerabilities across production systems.
- Use Case: A red teamer testing a Microsoft Dynamics 365 API can use this Skill to exploit OData $filter WAF blacklist bypasses to extract password hashes, or identify exposed Swagger specs to map hidden admin endpoints for mass IDOR attacks.
Quick Start
Use the hunt-api-misconfig skill to test a target API for mass assignment vulnerabilities by sending privileged fields like is_admin=true in profile update requests and checking if the server applies them without proper authorization validation.