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
851 stars 281 forks source link

no internet connection upon start #27

Closed lumberjack29 closed 4 years ago

lumberjack29 commented 6 years ago

when I start torghost it fetches, and reads current ip is blank. and no internet connection at all. i stop torghost and it displays the proper IP and network is back.

legentz commented 6 years ago

Same here

MazenElzanaty commented 6 years ago

Same here

Phil-ThePower-Pearce commented 6 years ago

same.

SusmithKrishnan commented 6 years ago

ping command wont work in torghost. Open a browser and goto check.torproject.org what does it show

Real-Soap commented 6 years ago

I edited torGhost to allow the DNS of my choosing to be set in the resolve.conf. I did this by editing the torghost file clone from git. I installed once but it failed so I had to rm -r /usr/bin/torghost

So now it's almost like new, assuming dependencies are not the problem. Going back to the git clone, I added the DNS address with the loopback:

soap@SoapBox:~/Desktop/Apps/Surf/torghost# nano torghost resolvString = "nameserver 127.0.0.1, nameserver 103.86.99.100"

By commenting out this line ping comes back up #iptables -A OUTPUT -j REJECT But this fix comes with it's own problems, in that the DNS traffic isn't going to be proxied, TOR doesn't use DNS. So it's only required for internet browsing, but the requests are not obscured in any way making your address requests still visible, the traffic it's self will then be easier to finger with reoccurring usage. The second issue is that I have not been able to get this to run and be able to access .onion sites. I havent looked into why exactly, but I thought it was relevant to mention.

Good luck friends.

hax4hax commented 6 years ago

Guys,If you use Kali Linux try with old version like 2017.02 works perfect.On new version have some issues.

FryerTuck commented 4 years ago

Guys,If you use Kali Linux try with old version like 2017.02 works perfect.On new version have some issues.

uhuh

SusmithKrishnan commented 4 years ago

Check the latest version, see if it works. cheers!