# pysocks **Repository Path**: fyc/pysocks ## Basic Information - **Project Name**: pysocks - **Description**: SOCKS5 server written by Python - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2015-10-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PySocks **PySocks** is a SOCKS5 server written by **Python** ## Progress * CONNECT commnad - OK * UDP ASSOCIATE - NO * BIND - NO * No Authentication Required - YES * USERNAME/PASSWORD Authentication - YES * GSS-API - NO ## Environment Python 2.7 ## Install ``` $ git clone https://github.com/fengyouchao/pysocks.git ~/pysocks $ python ~/pysocks/socks5.py start ``` See options ``` $ python ~/pysocks/socks5.py -h ```