BLOGGER TEMPLATES AND TWITTER BACKGROUNDS »

Wednesday, 13 March 2013

Setting up TOR in BackTrack


1. Add Repository
The first step is to add repository of tor in backtrack so that when we hit apt-get it should resolve the required address and fetch the dependencies. To do so edit the file "/etc/apt/resources.list"  and append below link to file.

deb http://deb.torproject.org/torproject.org lucid main

2. Add a new key to repository

gpg --keyserver keys.gnupg.net --recv 886DDD89

gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -

3. Update the software list using apt-get

apt-get update

4. Install tor, vadalia and piroxy

apt-get install tor tor-geoipdb privoxy vidalia

apt-get install proxychains

5. Configure piroxy to forward request to tor daemon.

gedit /etc/privoxy/config 

and uncomment the following line "forward-socks5 / 127.0.0.1:9050"

6. Start the engine

/etc/init.d/privoxy start

/etc/init.d/tor start  

7. Testing the environment

proxychains tracert google.com

7. Done !!!

Now Check the response.


0 comments: