FileZ a simple, elegant and unlimited file upload server.
Built with Python + Flask, designed for local or public use via ngrok.
FileZ is a simple, modern, and efficient file upload server
- No file size or extension limitations
- Run locally or expose publicly via ngrok
- Ideal for quick data transfers, pentest exfiltration or red team ops
- Designed to be installed as a Python module for easy CLI usage
Clone the repository and install the required packages:
git clone https://github.com/thiagorce/FileZ.git
cd FileZ
pip3 install -r requirements.txt
Then install FileZ as a Python module in editable mode:
pip3 install -e .
Run the server locally on a custom port:
python3 -m filez 8080
Expose the server to the internet using ngrok:
python3 -m filez 8080 --ngrok