SOCKS5 proxy server written in python 3
This is a simple SOCKS5 proxy server written in pure python 3 and sockets library
This application works with HTTP/HTTPS websites
- Clone this repository:
git clone https://github.com/ILoveNetworking/python_proxy_server.gitor download binary from releases - If you cloned a repository, go inside the folder:
cd python_proxy_server - To run script you can use this command:
python3 ./Proxy.py - Or alternatively you can compile to standalone binary with:
chmod +x compile.shand then:./compile.sh - Then run produced binary:
./socks5proxy
Here is an example how to use this SOCKS5 Proxy server within a Firefox browser

