External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST \ "https://api.apify.com/v2/acts/apidojo~tweet-scraper/runs?token=$APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchTerms": ["[COMPETITOR] hiring", "[COMPETITOR] join our team", "[COMPETITOR] job opening"], "maxItems": 100}'- Confidence
- 95% confidence
- Finding
- The REST example embeds APIFY_TOKEN directly in the request URL query string. Query-string secrets are commonly captured in shell history, process listings, proxy logs, server logs, and monitoring tools, which can leak the credential beyond its intended scope.
