Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/SusmithKrishnan/torghost
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/SusmithKrishnan/torghost
- Owner: SusmithKrishnan
- License: gpl-3.0
- Archived: true
- Created: 2016-10-15T05:42:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T16:49:22.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:39:29.931Z (3 months ago)
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 853
- Watchers: 55
- Forks: 280
- Open Issues: 32
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - torghost - Tor anonimizer.[![->](https://img.shields.io/github/stars/SusmithKrishnan/torghost.svg?style=social&label=Star&maxAge=2592000)](https://github.com/SusmithKrishnan/torghost/stargazers/) (Uncategorized / Uncategorized)
README
## What is 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.## Build and install from source
`git clone https://github.com/SusmithKrishnan/torghost.git``cd torghost`
`chmod +x build.sh`
`./build.sh`
## How to install ?
**New kali update is causing permission error, please build and install from source**~~TorGhost can be installed by downloading the [latest release](https://github.com/SusmithKrishnan/torghost/releases) using debian package manager~~
~~Download~~
~~` wget -c https://github.com/SusmithKrishnan/torghost/releases/download/v3.0.2/torghost-3.0.2-amd64.deb`~~
~~In the downloaded folder use dpkg to install~~
~~`sudo dpkg -i torghost-*-amd64.deb`~~
#### Alternate method (support for previous install script)
The *install.sh* script also does the same. Its for users following old tutorials.`git clone https://github.com/SusmithKrishnan/torghost.git`
`cd torghost`
`chmod +x install.sh`
`./install.sh`
## Usage
Torghost v3.0 usage:` -s --start Start Torghost`
` -r --switch Request new tor exit node`
` -x --stop Stop Torghost`
` -h --help Print this help and exit`
` -u --update Checks for updates`