← Back to home
Tor Anonimato Kali Linux Proxy SOCKS

Tor on Kali Linux

Jan 10, 2022

Step-by-step guide to install and configure Tor on Kali Linux as a SOCKS proxy for anonymous browsing.

1. Installation

apt-get update
apt-get install tor

2. Service Verification

service tor status
service tor start          # Start if not running
netstat -ano | head        # Verify listening on port 9050

3. Check Your Public IP

Visit cual-es-mi-ip.net and note your current address.

4. Configure Firefox to Use Tor

Preferences β†’ General β†’ Network Settings β†’ Manual Proxy Configuration:

5. Verify the IP Change

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.