@bobbie.kris
To install Tor on Kali Linux, follow these steps:
- Open a terminal and update the package manager's package list by running the following command:
- Install the Tor package by running the following command:
- Once the installation is complete, you can start the Tor service by running the following command:
1
|
sudo systemctl start tor
|
- To ensure that the Tor service starts automatically when you boot your system, run the following command:
1
|
sudo systemctl enable tor
|
- To verify that the Tor service is running, run the following command:
You should see the following output:
1
2
3
4
5
6
7
|
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-01-18 12:34:34 EST; 2min 41s ago
Main PID: 8791 (tor)
Tasks: 10 (limit: 4704)
CGroup: /system.slice/tor.service
└─8791 /usr/bin/tor -f /etc/tor/torrc
|
This indicates that the Tor service is running. You can now use the Tor network by configuring your web browser to use a SOCKS proxy running on localhost at port 9050.