TOR is a great service for anonymity. However, if you want to use it in Kali, you have to install the Tor Browser, which is not very customizable and it only hides browsing. It is one of the best freely available network to protect your identity. Its considered safe because of its highly cryptographic data transfer methods.
Torghost is a simple bash script which can randomly change your current ip address and be you anonymous with tor network. TorGhost can route all the network traffic through tor network i.e. every single application that tries to connect internet will go through tor network. No single ping will be leaked out, thus protecting your identity.
before this article,we recommend to you must read our
Step 1 : Check your current I.P Address to search What is my I.P on the browser.
Step 2 :just clone the TorGhost from github.
git clone https://github.com/susmithHCK/torghost.git
Step 3 :just enter the TorGhost folder and execute permission.
cd torghost
ls
chmod +x Install.sh
ls
Step 4 :Now Install it.
./install.sh
Step 5 :Everything is ready. Now just open the terminal and type torghost
Step 6 :To start torghost type the following command
torghost start
Step 7 :To stop torghost type the following command
torghost stop