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

[6821] Failed to execute script torghost #82

Open asa-masterson opened 4 years ago

asa-masterson commented 4 years ago

pi@raspberrypi:~/torghost $ sudo torghost -s [22:35:31] Always check for updates using -u option [22:35:31] Torrc file already configured [22:35:31] DNS resolv.conf file already configured ('[22:35:31] Stopping tor service ',) [done] ('[22:35:31] Starting new tor daemon ',) [done] ('[22:35:31] setting up iptables rules',) Traceback (most recent call last): File "torghost.py", line 257, in main() File "torghost.py", line 245, in main start_torghost() File "torghost.py", line 160, in start_torghost % subprocess.getoutput('id -ur debian-tor') AttributeError: 'module' object has no attribute 'getoutput' [6821] Failed to execute script torghost

dbstreif commented 4 years ago

what os?

dbstreif commented 4 years ago

make sure you are using python3. Also, I have done some research and I think it is a git-package conflict error. Try taking the debian package from torghost-master and install it that way. I am not sure if you have a graphical interface on your raspberrypi but that should avoid the conflict.