Skip to content

kbatten/python-socks5-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Just a basic monkey patch to give socks5 support to python sockets.


Usage:
Set the socks_proxy os environment variable.
Import it before anything else that will be using sockets.
If the environment variable isn't set, then no proxying will occur
socks_proxy="<DESTPORT1,DESTPORT2,...,DESTPORTN:>[username[:password]@]<PROXYHOST:><PROXYPORT>"


Caveats:
only supports ipv4
only supports socks5
user/pass auth has not been tested
if socks_proxy env variable is set, all socket connections on that port will use it



About

monkey patch limited socks5 support into python socket

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages