APIs
Fuzzing APIs
/usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txtffuf -w /usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt -u http://192.168.205.249:33414/login/v1?FUZZ=1 ffuf -w /usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt -u http://192.168.205.249:33414/?FUZZ=1 Rest APIs
gobuster dir -w directories.txt -p apis_patt.txt -u http://192.168.205.249:33414/ -t100Inspecting the API
curl -i http://192.168.205.249:33414/help
curl http://192.168.205.249:33414/help | python -m json.tool Posting to an API
Example: Changing root account password
Uploading Files
WAF Bypass
Last updated