Skip to content

rahs/pysocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%