Wrapper for microsocks - multithreaded, small, efficient SOCKS5 server - Windows only
pip install microsocksproxy
This is a Windows only version.
On the original page, there is no compiled binary for Windows. I was able to compile it
using Cygwin.
microsocks.exe and cygwin1.dll are included.
The Linux cli version can be downloaded here:
https://github.com/rofl0r/microsocks/releases
You can launch several proxies using the cli (adapt the command line)
python C:\Users\Gamer\anaconda3\envs\dfdir\Lib\site-packages\microsocksproxy\__init__.py "C:\Users\Gamer\Documents\Downloads\csvfiles\proxyredirect.txt"
This is how the csv file should like:
auth_once,listenip,port,user,password,bindaddr,silent,loglimit,colored
-1,0.0.0.0,1080,baba,bubu,None,False,10,True
-1,0.0.0.0,1081,baba,bubu,None,False,10,True
-1,0.0.0.0,1082,baba,bubu,None,False,10,True
-1,0.0.0.0,1083,baba,bubu,None,False,10,True
Or you import it
from microsocksproxy import start_proxies
start_proxies(
allproxies=[
(-1, "0.0.0.0", 1080, "baba", "bubu", None, False, 10, True),
(-1, "0.0.0.0", 1081, "baba", "bubu", None, False, 10, True),
(-1, "0.0.0.0", 1082, "baba", "bubu", None, False, 10, True),
]
)
Each connection is printed in a different color
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
microsocksproxy-0.11.tar.gz
(1.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file microsocksproxy-0.11.tar.gz.
File metadata
- Download URL: microsocksproxy-0.11.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8c053566148879d7123d22c57c8acd037dca9483a7db8168a5b2a2b8b6bde77
|
|
| MD5 |
a9b3c03d39af9712f9e5b24f83b66e83
|
|
| BLAKE2b-256 |
cc9aa8b12b0b71f5c85c8118ceab075ee4fc05a15cb539d82c65e66707efd261
|
File details
Details for the file microsocksproxy-0.11-py3-none-any.whl.
File metadata
- Download URL: microsocksproxy-0.11-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73f351b0c06df8eec9d86d5e6ff1baf00bffd3938a3df31485f59a217c5ecce9
|
|
| MD5 |
cc629120e6227c3e1acbc44c14ccc687
|
|
| BLAKE2b-256 |
42b82b88f2737f91c5756cabc35fb29838f3ad41769ef3074adb00f5d92c3cc8
|