Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 434 Bytes

File metadata and controls

23 lines (12 loc) · 434 Bytes

pyhttps

screenshot

Simple python https server creator.

Installation with pip

pip install pyhttps

Installation from source

  • Clone repo: git clone https://github.com/d3vilh/pyhttps && cd pyhttps

  • Run: python setup.py install

Usage

Simply run pyhttps --host 192.168.20.100 --port 443 in the terminal

Requires openssl installed. Tested on macOS and Ubuntu. Works fine on 12.4@M1 Pro