torghost
torghost copied to clipboard
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 unsa...
sudo torghost --start [11:53:42] Always check for updates using -u option [11:53:42] Torrc file already configured [11:53:42] Configuring DNS resolv.conf file.. [done] System has not been booted with systemd as...
- `sudo torghost -s` Now it gets stuck on fetching ip and it remains stuck, Also Internet connection is lost. on `ctrl+c` it tries to restart networkmanager but no benifit,...
The build.sh file failed when running the update command on my machine, as I didn't have cython3 installed. Where it's already calling "apt-get", I think it'd make sense to add...
Having the ability to run/enable torghost as a systemd service would significantly improve torghost as an opsec tool. This would mean we can have tor connectivity from system init (boot)...
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
when I did turned off torghost didn't work and i received a proxy error and i solved this problem with erasing torghostrc. torghostrc will fill when it start.
u-5@u-laptop:~/Downloads/Torghost/torghost$ sudo torghost --start [22:46:30] Checking for update... Traceback (most recent call last): File "torghost.py", line 232, in if len(sys.argv)
*Example: #/ torghost -s -c "fr"* need an setting for select country for the exit node like orbot
based on [https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py] last updated on May 04. I got error on running the built version line 216: `choice = raw_input(` I searched online and say "raw_input()" is for python2...