External Transmission
Medium
- Category
- Data Exfiltration
- Content
caption="$*" body=$(jq -n --arg chat "$chat" --arg url "$url" --arg cap "$caption" \ '{chat:$chat, file_url:$url} + (if $cap == "" then {} else {text:$cap} end)') curl -fsS -X POST "${auth[@]}" -H 'Content-Type: application/json' \ -d "$body" "$URL/api/messages" ;; delete)- Confidence
- 87% confidence
- Finding
- This endpoint forwards an arbitrary file_url to the backend, which may cause the telethon-plus service to fetch remote content on behalf of the user. In the context of a full Telegram userbot control plane, that can enable SSRF-style access from the server to internal resources or unintended transmission of sensitive network-reachable content through a high-privilege account workflow.
