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

raw_input is not defined Error #87

Closed Noor-Kalibbala closed 4 years ago

Noor-Kalibbala commented 4 years ago

in the torghost.py file there is python 2 raw_input syntax which fails

ozytoo commented 4 years ago

same problem please help

Noor-Kalibbala commented 4 years ago

Actually I changed that syntax to input and even in some exception block I have to change it into Python3 syntax after cloning from the github then u run the following commends of build and changing rights. Everything worked fine.

And also if u can run torghost.py file after changing that syntax in the terminal like Python torghost.py -s It also worked

On Tue, Jun 30, 2020, 1:44 PM rooteeed notifications@github.com wrote:

same problem please help

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SusmithKrishnan/torghost/issues/87#issuecomment-651715102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM3YELMO2RR27PC7SLLYVFDRZG6YLANCNFSM4OK6T4MQ .

SusmithKrishnan commented 4 years ago

Fixed!