Install tor with apt-get
at 2018-02-04 02:08:00.
f you want to go stealth with Metasploit or any other tool, then here’s how you do it.
First we are adding the torproject.org repostory to Kali Linux:
echo "deb http://deb.torproject.org/torproject.org wheezy main" >> /etc/apt/sources.list gpg --keyserver keys.gnupg.net --recv 886DDD89 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add - apt-get updatenow intall it:
apt-get install deb.torproject.org-keyring apt-get install tor apt-get install privoxynow it's also installed as a service
service tor restart service privoxy restartNow that we configured TOR and Privoxy we can go stealth with proxychains (this command is already installed in Kali Linux).
proxychains msfconsole proxychains root@examplehost.com