External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash export LMFILES_BOOTSTRAP_TOKEN="<bootstrap-token>" curl -sS -X POST https://lmfiles.com/api/v1/accounts/register \ -H "Content-Type: application/json" \ -d '{"username":"my-bot","bootstrap_token":"'"$LMFILES_BOOTSTRAP_TOKEN"'"}'- Confidence
- 84% confidence
- Finding
- curl -sS -X POST https://lmfiles.com/api/v1/accounts/register \ -H "Content-Type: application/json" \ -d '{"username":"my-bot","bootstrap_token":"'"$LMFILES_BOOTSTRAP_TOKEN"'"}' # Copy api_key fr
