EvilZone

Hacking and Security => Anonymity and Privacy => : PiZZ4 December 26, 2011, 01:12:33 AM

: A question about using socat
: PiZZ4 December 26, 2011, 01:12:33 AM
From what I've read and understand to create a  tunnel (or pipe, whatever) with socat through tor you use something like this:
:
socat TCP-LISTEN: SOCKS4A:localhost::80,socksport=9050
Is this the right way, or is there another way to use socat as a listing port for tor.


Edit: From what I just learn you cant send HTTP requests through port 9050 only 8118, so I was wrong from the beginning or I just looked up the wrong tutorial. 
: Re: A question about using socat
: PiZZ4 January 21, 2012, 04:04:34 PM
I've found a solution to my problem using a different method using privoxy. Here is a link on how to do so.

:
http://www.binbert.com/blog/2011/06/how-to-install-tor-on-backtrack-5/