SSRF

With input fields that request URL's add the server itself

http://127.0.0.1

In Burp you can take the request and through it into ffuf for port fuzzing

ffuf -request req -request-proto http -w ~/opt/wordlists/ports.txt:FUZZ -fs 61

Last updated