[+] Created By KasRoudra
LocaLHTTPServer is a tool to create a simple http server in local network. Anyone under same wifi/router can access the folder you shared.
git clone https://github.com/KasRoudra/httpserver
cd httpserver
chmod +x hs.py
python hs.py
Download executable file from Releases
Install tkinter with your operating system package manager and using pip3 as a package (A package manager for Python packages)
sudo apt install python3-tk
sudo yum install python3-tkinter
brew install python-tk
pip3 install tk
git clone https://github.com/KasRoudra/httpserver && cd httpserver && chmod +x hs.py && python hs.py