Skip to content

thiagorce/filez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileZ Logo

FileZ a simple, elegant and unlimited file upload server.
Built with Python + Flask, designed for local or public use via ngrok.

Stargazers Issues


Description

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

Installation

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 .

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published