Information Gathering
Endpoint Enumeration
/api_name/v1{GOBUSTER}/v1You can enumerate the API endpoints using Gobuster:
{GOBUSTER}/v1
{GOBUSTER}/v2gobuster dir -u http://<IP>:<PORT> -w <WORDLIST_PATH> -p <PATTERN_FILE_PATH>Exploitation Tips
Authorization Types
Last updated