EvilZone

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

Title: A question about using socat
Post by: PiZZ4 on 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:
Code: [Select]
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. 
Title: Re: A question about using socat
Post by: PiZZ4 on 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.

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