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
- https://api.sendbl.com/
