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.
GNU General Public License v3.0
851 stars 281 forks source link

Add python3 version #41

Closed sammy-spills closed 4 years ago

sammy-spills commented 4 years ago

Add python3 version of torghost (torghost3) Add --python3 option to install.sh for choosing to install the python3 version Add tor service stop/enable/start - needed for python3 version to work

SusmithKrishnan commented 4 years ago

Thank you for your contribution!