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

Syntax Error? #76

Closed phaedonv closed 3 years ago

phaedonv commented 4 years ago

torghost/torghost.py", line 38 print "User interrupt ! shutting down" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("User interrupt ! shutting down")?

cp: cannot stat 'dist/torghost': No such file or directory

I get this, in terminal after I run ./build.sh..!

dbstreif commented 4 years ago

Just run install.sh. Why would you need to individually build it?

dbstreif commented 4 years ago

The problem is, the directory it is pulling from does not exist because install.sh has not built it yet.