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

I believe the lines I added fix the DNS issue where .onions cannot be reached #6

Closed jimmytbane closed 7 years ago

jimmytbane commented 7 years ago

@susmithHCK Please tell me what the "VirtualAddrNetwork" variable does? I left it in but I can't understand what it does in this program. Does it have to do with iptables/routing of all traffic thru TOR?

SusmithKrishnan commented 7 years ago

VirtualAddrNetwork is for virtual host IP configuration. Not really necessary unles you are using virtual hosts.

ruped24 commented 7 years ago

If you are using Firefox 45.0 or greater, you will get an error accessing .onion addresses. I've written up a fix for Firefox. It's broken in the latest Kali -- Kali switched to Firefox ... this will fix the access problem.

I hope this help.

jimmytbane commented 7 years ago

Didn't know that new option had been added. Very good fix. @ruped24