Skip to content

w0lfram1te/extended-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Extended Python Server

This extends the basic functionalities of the basic Python3 http.server module.

Currently supported methods: GET, HEAD, and PUT.

Go to https://w0lfram1te.com/python-http-server-with-put-support for more information and useful payloads.

Usage

usage: ehttpserver.py [-h] [-b BIND] [-p PORT] [port]

Extended HTTP Server by w0lfram1te

positional arguments:
  port                  listening port

optional arguments:
  -h, --help            show this help message and exit
  -b BIND, --bind BIND  bind address
  -p PORT, --port PORT  listening port

Quick usage: This will download the file and launch the server on port 8000 and will listen on all interfaces by default.

wget https://raw.githubusercontent.com/w0lfram1te/extended-http-server/main/ehttpserver.py
python3 ehttpserver.py

About

Extending the basic functionalities of the basic Python3 http.server module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages