API Enumeration - Endpoints Fuzzing ( Part - 3 ) | Shahul Hameed

 API Enumeration - Fuzzing




The following of endpoints which can be test for Fuzzing Paths:


Example's of Endpoints: v2, resources, books, published, or 1993


Command - 1:
wfuzz -c -z file,/usr/share/wordlists/dirb/common.txt --sc 200 'http://www.example.com/api/v1/books?show=FUZZ'

Command - 2:
gobuster dir -w /usr/share/wordlists/dirb/common.txt - u http://<IP>

API's Enumeration via Source code discovery


Finding the endpoints from the Source Code via Browser




Note:
JsCode Formatter: https://beautifier.io/


Thank You :) See you in Next Topic...



Comments

Popular posts from this blog

Using Burp Suite - Brute Force payloads using XSS Validator(Extension) | Shahul Hameed

Janus Vulnerability Exploitation

SQL Basics | Shahul Hameed