Ricky Hewitt

Using tor+privoxy in BackTrack 4

By default BackTrack does not seem to come with tor or privoxy. These tools are very useful in providing anonymity. You can read about the tor project at wikipedia.

1. Install tor and privoxy apt-get install tor privoxy

2. Modify privoxy configuration nano /etc/privoxy/config Add the line: forward-socks4a / localhost:9050 . Save the file (ctrl+o).

3. Restart privoxy /etc/init.d/privoxy restart

4. Restart tor /etc/init.d/tor restart

You should now have tor and privoxy running and you should be able to configure software to utilize tor by using 127.0.0.1:9050 in the proxy settings of the specific programs you want to push through the tor network.

Tags: