mishakorzik / socks5

Start your socks5 proxy server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

Copy this command and write on your terminal

# install python requirements
pip install PySocks
pip install pick

# install socks5 server
wget https://github.com/mishakorzik/socks5/blob/main/socks5.py?raw=true
mv socks5.py?raw=true socks5.py

Usage

Start your own socks5 proxy server with one command

# show help menu
python3 socks5 --help

# start socks5 proxy with console
python3 socks5 --console on

Use is very easy and has a very large functionality. You can also use multihop or ipchanger

Repository Views Views

About

Start your socks5 proxy server.

License:Apache License 2.0


Languages

Language:Python 100.0%