ncl0w / pysocks

SOCKS5 server written by Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SOCKS5 server written by Python

License:Apache License 2.0


Languages

Language:Python 100.0%