Checklist
API Checklist
Last updated
API Checklist
Last updated
Blind XSS in request header
Legacy API endpoints - Replace "/api/v2" with "/api/v1", etc.
SSRF
Find more endpoints: GitHub, Dorks, Swagger, JS Files
CSRF
Bypass 403/401
• Rate limiting & throttling checks
• JWT misconfigurations/attacks
CORS Misconfiguration
Race conditions
XXE - API is only accepting data in JSON? Try changing the content type from "application/json" to "application/xml" and test for XXE vulnerabilities
NoSQL injection
• Endpoint discovery & parameter tampering • Data leakage & error handling flaws • API BAC on 3 levels • SQLi • Other injection
I hope it helps you as much as it has helped me. If you can support me in any way, I would deeply appreciate it.
A crash course in web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure.
This hands-on book teaches penetration testers how to identify vulnerabilities in apps that use GraphQL, a data query and manipulation language for APIs adopted by major companies like Facebook and GitHub.