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

Error torghost not working #62

Closed anandpandey786 closed 4 years ago

anandpandey786 commented 4 years ago

root@kaali:~# torghost --start [14:26:00] Checking for update... Traceback (most recent call last): File "torghost.py", line 232, in File "torghost.py", line 222, in main File "torghost.py", line 107, in start_torghost File "torghost.py", line 202, in check_update 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) [5597] Failed to execute script torghost

gmkbenjamin commented 4 years ago

try "torghost -s" Looks like it's not accpeting --start for some reason.

SusmithKrishnan commented 4 years ago

An error in NPM dependency crashed the server, Its working now