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

Torghost JSON Decode error #91

Open smilingtearz opened 4 years ago

smilingtearz commented 4 years ago

Getting the following error. I have tried.

  1. completely removing and reinstalling the package
  2. updated and upgraded all packages through apt-get update & upgrade.
  3. tor is installed

root@kali:/home/kali/torghost# torghost [17:49:10] Checking for update... Traceback (most recent call last): File "torghost.py", line 232, in <module> if len(sys.argv) <= 1: File "torghost.py", line 211, in main print(t() + ' Your current TorGhost version : ' + bcolors.GREEN + VERSION + bcolors.ENDC) 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) [43651] Failed to execute script torghost

0cirius0 commented 4 years ago

Yeah same happening with me. Earlier it used to work perfectly but not running now. If I execute torghost.py, then it is working but the torghost binary is not working. Screenshot from 2020-09-01 02-29-24