Author Topic: A question about using socat  (Read 2507 times)

0 Members and 1 Guest are viewing this topic.

Offline PiZZ4

  • Serf
  • *
  • Posts: 26
  • Cookies: 2
    • View Profile
A question about using socat
« 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. 
« Last Edit: January 28, 2012, 04:15:14 pm by PiZZ4 »

Offline PiZZ4

  • Serf
  • *
  • Posts: 26
  • Cookies: 2
    • View Profile
Re: A question about using socat
« Reply #1 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/