/proxy-boy

WIP Proxy server built in python

Primary LanguagePythonMIT LicenseMIT

Proxy Boy

A man in the middle server to proxy requests by!

Currently a work in progress. Also, only works with HTTP requests right now (SSL is not implemented)

Does not work with python2.

Usage

Webserver

Run the following command

python main.py <port>

where <port> is whatever port you would like for your proxy server to run at. The default is port 1234.

Future Projects

  • CONNECT tunneling

Made With

  • Python v3.7