External Transmission
Medium
- Category
- Data Exfiltration
- Content
local attempt for attempt in 1 2; do CODE=$(curl -sS -X POST "$ENDPOINT" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -H "Content-Type: application/json" \ -d @"$REQ" -w "%{http_code}" -o "$RESP")- Confidence
- 91% confidence
- Finding
- curl -sS -X POST "$ENDPOINT" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -H "Content-Type: application/json" \ -d
