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

ImportError: No module named #105

Open githubxela opened 3 years ago

githubxela commented 3 years ago

unable to load Torghost on Kali 2020.3 and python3.9.0

Traceback (most recent call last): File "torghost.py", line 7, in from requests import get ImportError: No module named requests