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.