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

I have a problem when try to run Torghost script...please have a look at error below #97

Open hzupanc opened 3 years ago

hzupanc commented 3 years ago

u-5@u-laptop:~/Downloads/Torghost/torghost$ sudo torghost --start [22:46:30] Checking for update... Traceback (most recent call last): File "torghost.py", line 232, in if len(sys.argv) <= 1: File "torghost.py", line 222, in main elif choice in no: File "torghost.py", line 107, in start_torghost

File "torghost.py", line 202, in check_update print(t() + ' CURRENT IP : ' + bcolors.GREEN + ip() + bcolors.ENDC) File "dist-packages/requests/models.py", line 897, in json File "dist-packages/simplejson/init.py", line 518, in loads File "dist-packages/simplejson/decoder.py", line 370, in decode File "dist-packages/simplejson/decoder.py", line 400, in raw_decode simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) [21066] Failed to execute script torghost

1UC1F3R616 commented 3 years ago

@hzupanc ur OS? try installing with sudo ./build.sh and then to run sudo torghost -s

hzupanc commented 3 years ago

@1UC1F3R616 - Sometimes script is running fine and something I got error messages as described before. Right now script is running...I didn't make any upgrade or something...strange...and yes I am using "Ubuntu 19.10". Thank you for reply...cheers.