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

Permission denied: '/etc/tor/torghostrc' #95

Closed tnv1r closed 3 years ago

tnv1r commented 4 years ago

When I run the command "torghost -s", it immediately throws the error. Here's the output given below.

[20:39:15] Checking for update... [20:39:16] New update available please check https://github.com/SusmithKrishnan/torghost Traceback (most recent call last): File "torghost.py", line 232, in <module> if len(sys.argv) <= 1: File "torghost.py", line 222, in main elif choice in no: File "torghost.py", line 112, in start_torghost print(t() + ' Torrc file already configured') IOError: [Errno 13] Permission denied: '/etc/tor/torghostrc' [115] Failed to execute script torghost

1UC1F3R616 commented 4 years ago

@taseentanvir say the magical word sudo, try reinstall as sudo.