Re: [tor-talk] Connect Tor to socks4a proxy

2016-09-17 Thread grarpamp
On Sat, Sep 17, 2016 at 6:10 AM, Flipchan wrote: > I am currently working on a proxy Project (github.com/flipchan/LayerProx) and > i connect to my proxy with a socks4a As a general note for authors of things that speak and listen 'socks'... Some credit would be due for

Re: [tor-talk] Connect Tor to socks4a proxy

2016-09-17 Thread Allen
P.S., socks4a is described at http://www.openssh.com/txt/socks4a.protocol . See also https://en.wikipedia.org/wiki/SOCKS#SOCKS4a On Sat, Sep 17, 2016 at 7:26 AM, Allen wrote: > You can open a TCP connection to the tor proxy port (by default 9050 > or 9150 on the localhost),

Re: [tor-talk] Connect Tor to socks4a proxy

2016-09-17 Thread Allen
You can open a TCP connection to the tor proxy port (by default 9050 or 9150 on the localhost), send a command string, then read the reply. If the reply indicates a successful connection, you then send and receive bytes from the proxy port just like it was connected to the final end point. The

[tor-talk] Connect Tor to socks4a proxy

2016-09-17 Thread Flipchan
Hello everyone:) I am currently working on a proxy Project (github.com/flipchan/LayerProx) and i connect to my proxy with a socks4a, anyhow i am trying to connect first to Tor then to the socks4a proxy like a dynamic_chain proxychain, Does anyone know how to connect to a socks4a proxy with