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

Build.sh - Add cython3 requirement, fix typo in "exit" #107

Open bartleskeet opened 3 years ago

bartleskeet commented 3 years ago

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 this to the packages that are installed. Also brought up here: https://github.com/SusmithKrishnan/torghost/issues/98#issuecomment-706484941

There's also a typo in the exit command ("ecit"): https://github.com/SusmithKrishnan/torghost/blob/375bc62630cb89d1b13423c5c2b06ce79b71f0e9/build.sh#L27

Thanks for the neat tool!

bartleskeet commented 3 years ago

PR https://github.com/SusmithKrishnan/torghost/pull/108