How to hide your public ip address | kali linux
Updated: Jun 11, 2021

What is Public Ip Address?
A public Internet Protocol address is globally unique, and only assigned to a unique device. What is Private Ip Address? A private IP address assigned to devices within your private space without letting them directly exposed to the Internet.
What is Kalitorify?
kalitorify is a shell script for Kali Linux which use iptables settings to create a Transparent Proxy through the Tor Network, the program also allows you to perform various checks like checking the Tor Exit Node (i.e. your public IP when you are under Tor proxy), or if Tor has been configured correctly checking service and network settings.
In simple terms, with kalitorify you can redirect all traffic of your Kali Linux operating system through the Tor Network.
This program was created for the Kali Linux operating system (Kali Linux rolling 2020.x) , don’t run on other Linux distributions if you’re not sure what you’re doing.
Practical Work Steps!
Step 1: open terminal and write the following command to update and upgrade your system. Step 2 : Now, you need to install tor for that command is mentioned below. I have already installed it, that’s why its showing already installed in latest version. Step 3: Here, you need to search for Kalitorify from github- link below https://github.com/BrainfuckSec/kalitorify Now copy this command git clone https://github.com/brainfucksec/kalitorify.git Step 3: Navigate to the folder using
cd kalitorify then type ls for listing files. and type make install to install it. Step 4: You need to start the tor service, follow the below command. Step 5: Now will start the kalitorify with tor(-t is for tor). Step 6: You have successfully hidden your public ip, using tor circuits.