[Twisted-Python] HTTP and SSH over SOCKS5

Farhan Khan farhan-twistedlistserv at offmail.us
Tue May 19 16:46:29 MDT 2015


Hi,

I am working on a project that will require running several HTTP 
connections over a list of SOCKS5 proxies. I have found a lot of sample 
code that runs HTTP over a regular TCP socket, but none that demonstrate 
the functionality over SOCKS5. Is this possible in Twisted or would it 
have to be a protocol I would independently develop?

I plan on doing something similar to SSH, so it would be nice if the 
SOCKS5 module simply replaced the TCP socket's send/recv functions so 
that I could easily port the code over to SSH.

If I have to figure out SSH separately, that's okay. For starters just 
HTTP would be nice.

Thanks!
- Farhan




More information about the Twisted-Python mailing list