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

arm64 not supported #54

Closed 0xRLA closed 4 years ago

0xRLA commented 4 years ago

dpkg: error processing archive torghost_3.0_amd64.deb (--install): package architecture (amd64) does not match system (arm64) Errors were encountered while processing: torghost_3.0_amd64.deb done

SusmithKrishnan commented 4 years ago

If you are using raspberry or similar arm devices, compile it from the source.

TwiztedWisard commented 4 years ago

Hi, when I try to compile from source I get the following error https://pastebin.com/m3yGLCfT I can’t see an obvious reason but I’m fairly new to Kali, and Linux in general...it appears to be a permission error when writing to my home directory but I have run as root with the same error

ghost commented 4 years ago

@TwiztedWisard You should post the error log when it is run with sudo to see if the log is any different.

TwiztedWisard commented 4 years ago

Will do, got a few work commitments but it will hopefully be in the next 48hrs 🙂