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

NameError: global name 'urllib2' is not defined #1

Closed beettlefor closed 7 years ago

beettlefor commented 7 years ago

i have this msg

Traceback (most recent call last): File "/usr/bin/torghost", line 164, in start_torghost() File "/usr/bin/torghost", line 135, in start_torghost print t()+" CURRENT IP : "+bcolors.GREEN+ip()+bcolors.ENDC File "/usr/bin/torghost", line 65, in ip except urllib2.URLError:

...but its run good.

spamtec commented 7 years ago

I have the same issue which causes everything to crash and not work Python 2.7.12

SusmithKrishnan commented 7 years ago

Sorry for the late response, the bug is now fixed. thank you