THE ONION ROUTER:

The Onion Router (TOR) is a service and special network that allows users to gain anonymity when browsing the internet and accessing the dark web. TOR functions a little like proxy chaining, but it’s a lot cooler and complex. It encrypts traffic between each TOR relay node and does a lot more to ensure that a source and a destination host never know each other’s identities. tor_1

Install tor:

sudo apt update && sudo apt install tor
  1. Configuring the peoxychains4 config file:
sudo vim /etc/proxychains4.conf
  1. come to the end where we edited the proxy servers and do this: !tor_2
  2. Then save and exit using :wq
  3. Use these 2 commands to activate tor and check it’s status: !tor_3
  4. check tor connection tor_4