# API Reference: Blind SSRF detection agent ## API Details Out-of-band detection, DNS callback, internal port scanning, cloud metadata access ## Installation ```bash pip install requests socket ``` ## Libraries | Library | Use | |---------|-----| | `requests` | requests | | `socket` | socket | ## Authentication | Method | Header | |--------|--------| | Bearer Token | `Authorization: Bearer ` | | API Key | `X-API-Key: ` | ## Output Format ```json {"timestamp": "ISO-8601", "target": "URL", "findings": [], "risk_level": "HIGH"} ```