Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coolpup/kalitorify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kalitorify

About kalitorify

kalitorify is a shell script for Kali Linux which use iptables settings for transparent proxy through Tor, the program also allows you to perform various checks like checking the external ip, or if Tor has been configured correctly.

What is Transparent Proxy?

Also known as an intercepting proxy, inline proxy, or forced proxy, a transparent proxy intercepts normal communication at the network layer without requiring any special client configuration. Clients need not be aware of the existence of the proxy. A transparent proxy is normally located between the client and the Internet, with the proxy performing some of the functions of a gateway or router.

In the Tor project wiki you find an explanation of what is the "transparent proxy through tor" and related settings.

Recommendations

kalitorify is produced independently from the Tor anonimity software and carries no guarantee from the Tor Project about quality, suitability or anything else, if you need more information about tor security plese read these docs:

Tor General FAQ

Whonix Do Not recommendations

Install

Install dependencies:

sudo apt update && sudo apt full-upgrade -y

sudo apt install tor -y

Install kalitorify and reboot:

git clone https://github.com/brainfucksec/kalitorify

cd kalitorify/

sudo make install

sudo reboot

Usage

Simply start Transparent Proxy with --start option:

sudo kalitorify --start

Like any other unix like program use '--help' option for help menù:

sudo kalitorify --help

Thanks

About

Transparent proxy through Tor for Kali Linux OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.5%
  • Makefile 3.5%