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
856 stars 281 forks source link

Fix syntax errors python3 #79

Closed bl4ckgh0st closed 4 years ago

bl4ckgh0st commented 4 years ago

Hi, When executing torghost.py, a few syntax errors appear. It seems that 'print' (and some othe functions) uses a new syntax with python3. This code should solve the problem.

Cheers

dbstreif commented 4 years ago

There are no syntax errors. Are you sure that YOU are using python3?

bl4ckgh0st commented 4 years ago

I wrote this on April 29th, and an update of the code to python3 has been made on May 4th. There is no problem anymore.