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
854 stars 280 forks source link

wont start #16

Closed barmaanb1383 closed 7 years ago

barmaanb1383 commented 7 years ago

root@anonymous-device:~/Desktop/Git/torghost# torghost Traceback (most recent call last): File "/usr/bin/torghost", line 9, in from stem import Signal ImportError: No module named stem

Defalt2 commented 7 years ago

same error

zpsmack commented 7 years ago

I got the same error

MiniuBoo commented 7 years ago

me too... (Kali Linux 2017.1)

SusmithKrishnan commented 7 years ago

pip install stem

This may solve the issue