SOCKS proxy in Python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • starmaven@gmail.com

    #1

    SOCKS proxy in Python?

    I'm looking for a way to implement socket connections through a SOCKS
    (4/5) proxy in Python. I don't want to use Twisted or anything
    complicated - just a simple replacement for the socket library. The
    only thing I could find was for Python 1.0.1, and I couldn't get that
    to compile. Apparently it's really trivial to rewrite the socket
    library (a manner of a few lines) but I am not a protocol or networking
    guru.
    Can anyone help me?

Working...