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

AttributeError: module 'os' has no attribute 'geteuid' #117

Open kulterryan opened 3 years ago

kulterryan commented 3 years ago

C:\Users\xxxxxx\Downloads\torghost-3.1.1>torghost.py Traceback (most recent call last): File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 259, in main() File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 233, in main check_root() File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 86, in check_root if os.geteuid() != 0: AttributeError: module 'os' has no attribute 'geteuid'

canbooo commented 3 years ago

It is not available on Windows, check this answer for more information.