Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
/ torghost Public archive
forked from SusmithKrishnan/torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.

License

Notifications You must be signed in to change notification settings

Paulus1337/torghost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is TorGhost ?

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.

Update Paulus1337: Small change to build.sh to make it install with Python 3.11.

Build and install from source

git clone https://github.com/Paulus1337/torghost.git

cd torghost

chmod +x build.sh

./build.sh

Cleanup install

cd .. && rm -R torghost

Usage

Torghost v3.1.1 usage:

-s --start Start Torghost

-r --switch Request new tor exit node

-x --stop Stop Torghost

-h --help Print this help and exit

-u --update Checks for updates

All credits go to SusmithKrishnan https://github.com/SusmithKrishnan.

About

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.7%
  • Shell 10.3%