Hello all Readers!
Today I
going share a tutorial on How To Install TOR In any
Linux Distro
Ok
First of all copy the bash code below and
save it as Torinstall.sh to Your Desktop.
Code:
#!/bin/shecho "deb http://deb.torproject.org/
torproject.org wheezy main" >> /etc/apt/
sources.list
clear scr
echo"Tor Installer
echo " Installing the keys...."
gpg --keyserver keys.gnupg.net --recv
886DDD89
gpg --export
A3C4F0F979CAA22CDBA8F512EE8CBC9E886
DDD89 | sudo apt-key add -
echo "Ready!!"
clear scr
echo "Updating Repositories...."
apt-get update
clear scr
echo "Installing TOR"
apt-get install deb.torproject.org-keyring
apt-get install tor
echo "Ready!!"
echo "Installing Vidalia"
apt-get install vidalia
echo "Ready!!"
echo "Installing iceweasel-torbutton"
apt-get install iceweasel-torbutton
echo "Ready!!"
clear scr
echo "Installing Privoxy"
apt-get install privoxy
echo "Configuring privoxy"
echo "forward-socks5 / 127.0.0.1:9050 ." >> /
etc/privoxy/config
echo "Ready!!"
service tor restart
service privoxy restart
echo "Tor has been installed successfully."
echo"Enjoy The Anonimity!!!"
Ok Now open the Torinstall.sh with a terminal
and let it install ^_^
after installation open a terminal and type
Code:
/etc/init.d/tor start
/etc/init.d/privoxy start
or
service tor start
service privoxy start
Now goto aplication > internet > Vidalia
Check it says connected to tor network ^_^
Now download the auto proxy addon
download for firefox.
Addon
set the auto proxy to TOR and done.
Enjoy The Anonimity!!
#AnonyMous_Knw
1 comments:
Thanks a lot Indian Elite Hackers Team.. I really needed Tor Installation article as I use many other distros.
Post a Comment