soxyproxy

Pure Python SOCKS proxy server implementation

Downloads
48
Stars
10
Committers
2

SoxyProxy


Getting Started

Installing

SoxyProxy can be installed using pip:

pip install soxyproxy

Usage

To test that installation was successful, try:

python -m soxyproxy --help

Features

Protocols

  • SOCKS4

  • SOCKS5

    • Protocols

      • TCP
      • UDP
    • Auth

      • None
      • Login/Password
      • GSSAPI
    • CMC

      • Connect
      • Bind
      • ASSOCIATE
    • ADDR

      • IPv4
      • IPv6
      • Domain

Configuration

Apache-Like Authentication (htpasswd)

https://pypi.org/project/pypiserver/#apache-like-authentication-htpasswd

Rulesets