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
854 stars 280 forks source link

Won't work on Archlinux because of the shebang #7

Closed NourEddineX closed 7 years ago

NourEddineX commented 7 years ago

change the shebang to #!/usr/bin/python2 instead of #!/usr/bin/python

( python command in Archlinux execute as python3 )

jimmytbane commented 7 years ago

be careful @NourEddineX Susmith doesn't believe me that this repo is totally leaking DNS requests. I think he has only tried it on a limited variety of deployments. This package is not safe as it doesn't use TorDNS. The author hasn't read the Arch Linux wiki about Tor where it clearly states that extra configuration is needed to enable TorDNS. Yet when I brought it up he denied it and then ignored it.