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

this needs a status check command #73

Closed ahb-dev closed 3 years ago

ahb-dev commented 4 years ago

ive ran into a couple permission errors and the like because there is no way to check status without changing ip or restarting the service a torghost --status would be super helpfull

NandanDesai commented 4 years ago

I forked this project and created this. There, I have added torghost -i which gives you the status of Tor and the IP address, if that was what you were looking for...

SusmithKrishnan commented 3 years ago

Check the latest update!