Ssrf Probe
ssrf_probeDetect server-side request forgery in a URL parameter by triggering the target to fetch its own loopback interface and comparing port responses.
Instructions
[EXPLOIT — requires human approval] Test one URL parameter for server-side request forgery with SSRFmap.
parameter names the query parameter suspected of taking a URL. The probe
asks the target to connect back to its own loopback interface across a port
list; a port that answers differently from the baseline means the target
performed the fetch, which is the SSRF.
This is deliberately the narrowest of SSRFmap's 24 modules. The ones that
make SSRF interesting — reading IMDS credentials, writing a Redis key,
proxying through the victim — are the ones a bug bounty program means when it
says do not exfiltrate and do not pivot, and they are not on the allowlist.
Confirm reachability here, then prove impact by hand with poc_record().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| parameter | No | url |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||