? KaliTorify ?

Father

Professional
Messages
2,602
Reaction score
852
Points
113
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 address 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 2021.x), don't run on other Linux distributions if you're not sure what you're doing.

Installation
Code:
git clone https://github.com/brainfucksec/kalitorify
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get install -y tor curl
cd kalitorify/
sudo make install

Usage

Start transparent proxy through Tor:
Code:
kalitorify --tor

Return to clearnet:
Code:
kalitorify --clearnet

Commands list:
Code:
-h, --help

show this help message and exit
Code:
-t, --tor

start transparent proxy through tor
Code:
-c, --clearnet

reset iptables and return to clearnet navigation
Code:
-s, --status

check status of program and services
Code:
-i, --ipinfo

show public IP address
Code:
-r, --restart

restart tor service and change IP address

FOR MORE INFORMATION READ THE README:
 
Top