Server side request forgery (SSRF)
Common SSRF attacks
SSRF attack against the server
POST /product/stock HTTP/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 118
stockApi=http://stock.weliketoshop.net:8080/product/stock/check%3FproductId%3D6%26storeId%3D1Lab: Basic SSRF against the local server
SSRF attack against other back-end systems
Lab: Basic SSRF against another back-end system
Circumventing common SSRF defences
SSRF with blacklist-based input filters
Lab: SSRF with blacklist-based input filter
SSRF with whitelist-based input filters
Lab: SSRF with whitelist-based input filter
Bypassing SSRF filters via open redirection
Lab: SSRF with filter bypass via open redirection vulnerability
Blind SSRF vulnerabilities
Finding hidden attack surface for SSRF
How to find and exploit Blind SSRF vulnerabilities
Lab: Blind SSRF with out-of-band detection
Lab: Blind SSRF with Shellshock exploitation
Last updated