ssrf_cloud_metadata
Test SSRF vulnerabilities by accessing cloud metadata endpoints (AWS/GCP/Azure) to identify potential exposure of IAM credentials and instance data.
Instructions
Test SSRF access to cloud metadata endpoints (AWS/GCP/Azure). Attempts to reach instance metadata services through the SSRF vector. Returns results array with provider, endpoint, status, length, response_snippet. Side effects: May cause target to request cloud metadata. Could expose IAM credentials if successful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL with SSRF-vulnerable parameter | |
| parameter | Yes | Parameter that accepts URLs | |
| cloud_provider | No | Cloud provider to test metadata endpoints for | |
| method | No | HTTP method |