Step-by-step guide to install and configure Tor on Kali Linux as a SOCKS proxy for anonymous browsing.
apt-get update
apt-get install tor
service tor status
service tor start # Start if not running
netstat -ano | head # Verify listening on port 9050
Visit cual-es-mi-ip.net and note your current address.
Preferences β General β Network Settings β Manual Proxy Configuration:
Return to cual-es-mi-ip.net β the IP should now be a Tor exit node.
Note: do not use Tor on institutional networks that block Tor traffic.