lisus18ikrak / ownserver

Create an HTTP server on your PC to access files from any other devices on the same Wi-Fi network!

Repository from Github https://github.comlisus18ikrak/ownserverRepository from Github https://github.comlisus18ikrak/ownserver

LocalHTTPServer

[+] Created By lisus18ikrak

[+] Description :

ownserver is a tool to create a simple http server in local network. Anyone under same wifi/router can access the folder/file you shared.

Share files under same Wi-Fi!

[+] Installation

git clone https://github.com/lisus18ikrak/ownserver

cd ownserver

chmod +x hs.py

python hs.py

Or, Use Single Command

git clone https://github.com/lisus18ikrak/ownserver && cd ownserver && chmod +x hs.py && python hs.py

You can change both port and shared folder. Without change default port will be 8000 and default folder will be the folder from which the file is executed!

[+]!Caution:

You must need "Python" installed in your operating system. And you also have to enable python from "Windows Firewall". If you can't enable python from firewall, you may need to disable firewall while using server!

Your sharing link will be like "http://192.168.0.105:8080". Make sure you are connected to router/Wi-Fi and you are not using "https"!

About

Create an HTTP server on your PC to access files from any other devices on the same Wi-Fi network!


Languages

Language:Python 100.0%