Skip to content

This is Custom Http server based on Python3 (http server)

Notifications You must be signed in to change notification settings

mashunterbd/HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP-Server

This is Custom Http server based on Python3 (http server)

This Script Help us to Deploy current Directory anything to check into the server.

By running the script, the interface that is running python3 http.server 80 in your system will show you the IP address on the display. Because after we run on this server we have to manually check the IP again. If it is not a loopback (127.0.0.1) address.

Screenshot_2024-05-04-11-39-23-215_com offsec nhterm

The Script is designed for Kali NetHunter devices But is it you can use other systems that are Linux base.

One click Install

curl -o- https://raw.githubusercontent.com/mashunterbd/HTTP-Server/main/run.sh | bash

Automatic install

wget https://raw.githubusercontent.com/mashunterbd/HTTP-Server/main/install.sh; chmod +x install.sh; ./install.sh 

Install Manually

git clone https://github.com/mashunterbd/HTTP-Server.git 
cd HTTP-Server
chmod +x server
mv server /usr/local/bin/
server --help