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

Skip to content

eatsleadpaint/kalitorify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Kalitorify v1.4.1

Transparent proxy trough Tor for Kali Linux

Instructions

1 - Update system and install tor

sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install -y tor

2 - Modify /etc/tor/torrc file, add the follows:

VirtualAddrNetworkIPv4 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
SocksPort 9050
DNSPort 53
RunAsDaemon 1

3 - Use help argument or run the program without arguments for help menu'

./kalitorify.sh --help

alt text

4 - Chmod and run the program as a root

chmod +x kalitorify.sh

./kalitorify.sh --start 

alt text

Note:

Kalitorify is KISS version of Parrot AnonSurf Module, developed by "Pirates' Crew" of FrozenBox - https://github.com/parrotsec/anonsurf

For informations about transparent proxy connections please read the official Tor Project documentation: https://trac.torproject.org/projects/tor/wiki/doc/TransparentProxy

Added the option for generate new Tor Entry Guards, this is usually something to avoid unless you know what you are doing, for more information please read here:

https://www.whonix.org/wiki/Tor#Non-Persistent_Entry_Guards

https://forums.whonix.org/t/persistent-tor-entry-guard-relays-can-make-you-trackable-across-different-physical-locations/2090

About

Transparent proxy through Tor for Kali Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%