SSRF
Types of SSRF
In-Band SSRF
Example:
POST api/v1/store/products
headers...
{
"inventory": "http://store.com/api/v3/inventory/item/12345"
}POST api/v1/store/products
headers...
{
"inventory": "http://localhost/secrets"
}Blind SSRF
Example:
Testing for Blind SSRF
Ingredients for SSRF
Testing for SSRF
Last updated