Projects


up.x1b.dev

A very simple and minimal file upload service, heavily inspired by 0x0.st. It is just under a 100 lines of Python code, and it supports file uploads and URL shortening. It is configured via an external file, and is very easy to replicate and get up and running.

Give it a go straight from your terminal: curl -f "file=@path/to/your/file.extension" https://up.x1b.dev

You can read about how this came to be here on my blog, or find the source code here.