Authentication Bruteforce
Last updated
Last updated
-d option allows you to fuzz content that is sent in the body of a POST request
--hc option hides responses with certain response codes
-H option lets you add a header to the request. Some API providers may respond with an HTTP 415 Unsupported Media Type error code if you don’t include the Content -Type:application/json header when sending JSON data in the request bod
Intercept an authent request and adapt the command
Use Burp Intruder
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.