External Transmission
Medium
- Category
- Data Exfiltration
- Content
Requires the `owner_token` from step 1 (or 2). ```sh curl -sS "https://api.sendbl.com/v1/uploadedFiles?token=<owner_token>&limit=50" ``` Returns the array of files with `file_id` and `filename`. To get a download URL for one of them:
- Confidence
- 78% confidence
- Finding
- This endpoint places the sensitive owner_token directly in the URL query string, which can be exposed through shell history, process listings, proxy logs, browser/server logs, and telemetry systems. Because the owner_token authorizes listing uploaded files and is described as non-recoverable, leakage could let an unintended party enumerate shared files and pivot to file access operations.
