Is it possible to make a web browser proxy tunnel with Netcat/Socat?

Posted by djangofan on Server Fault See other posts from Server Fault or by djangofan
Published on 2010-04-02T22:05:23Z Indexed on 2010/04/02 22:13 UTC
Read the original article Hit count: 416

Filed under:
|

Concerning the Netcat/Socat utility . From the man page, it seems like it is possible to create a secure proxy using netcat by which I could point my web browser to like a proxy server , that could fork/drive my web traffic through the proxy. Is this possible? Any hints on how to do this? Socat on windows is preferrable but netcat on linux is ok.

http://www.dest-unreach.org/socat/doc/socat.html

© Server Fault or respective owner

Related posts about socat

Related posts about netcat