just install Tor with Proxychains.
first, go to /etc/apt and open sources.list in leafpad, then make sure these 2 lines of code are included in the file (don't remove one if there already is one in it)
Code:
deb http://http.kali.org/kali kali main non-free contrib
Code:
deb http://security.kali.org/kali-security kali/updates main contrib non-free
if both of these are included in your sources.list, close and save it. then go ahead and open a terminal as root. then run this command to update apt:
now try to install proxychains. by default it is already installed.
Code:
apt-get install proxychains
if you have no errors or if it is already installed, go ahead and do the same with tor
Code:
apt-get install tor
once tor is installed successfully, make sure the service is stopped by running this in your terminal:
now go to your etc folder and open proxychains.conf in leafpad. then make sure this is added under ProxyList at the bottom (by default it is already if you isntalled tor first).
Code:
# add proxy here ...
# meanwhile
# defaults set to "tor"
socks4 127.0.0.1 9050
now start the tor service by running this in your terminal:
now you can run any program you want through tor by just addind proxychains before the program in your terminal!
example:
Code:
proxychains iceweasel
and now iceweasel will start while it is routing through Tor! go to http://www.whatismyip.com to see if your IP address is changed!
hope this helped!
greetings;
Martijn1803