Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


Install tor with apt-get
by admin
 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 update
now intall it:
apt-get install deb.torproject.org-keyring
apt-get install tor
apt-get install privoxy
now it's also installed as a service
service tor restart
service privoxy restart
Now 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