Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shpaker/soxyproxy
Pure Python SOCKS proxy server implementation
https://github.com/shpaker/soxyproxy
proxy socks
Last synced: 2 months ago
JSON representation
Pure Python SOCKS proxy server implementation
- Host: GitHub
- URL: https://github.com/shpaker/soxyproxy
- Owner: shpaker
- Created: 2018-04-21T04:15:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:21:37.000Z (over 1 year ago)
- Last Synced: 2024-10-10T17:19:38.367Z (3 months ago)
- Topics: proxy, socks
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SoxyProxy
[![PyPI version](https://badge.fury.io/py/soxyproxy.svg)](https://badge.fury.io/py/soxyproxy)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/shpaker/soxyproxy.svg?logo=lgtm)](https://lgtm.com/projects/g/shpaker/soxyproxy/context:python)
[![Test](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)---
## Getting Started
### Installing
SoxyProxy can be installed using pip:
```bash
pip install soxyproxy
```## Usage
To test that installation was successful, try:
```bash
python -m soxyproxy --help
```## Features
### Protocols
- [x] SOCKS4
- [x] SOCKS5
* Protocols
* [x] TCP
* [ ] UDP* Auth
* [x] None
* [x] Login/Password
* [ ] GSSAPI* CMC
* [x] Connect
* [ ] Bind
* [ ] ASSOCIATE* ADDR
* [x] IPv4
* [x] IPv6
* [x] Domain## Configuration
### Apache-Like Authentication (htpasswd)
https://pypi.org/project/pypiserver/#apache-like-authentication-htpasswd
### Rulesets