No description
Find a file
2020-04-24 14:48:39 +07:00
torngconf Update theme.py 2020-04-22 08:30:44 -07:00
install.py Update install.py 2020-04-23 15:56:49 +07:00
LICENSE Initial commit 2020-04-22 16:40:08 +07:00
README.md Update README.md 2020-04-24 14:48:39 +07:00
torghostng.py Update torghostng.py 2020-04-24 12:42:53 +07:00

About TorghostNG

TorghostNG is a tool that make all your internet traffic anonymized through Tor proxy.

Rewritten from TorGhost with Python 3.

TorghostNG was tested on:

  • Kali Linux
  • Manjaro
  • ...

Before you use TorghostNG

  • For the goodness of Tor network, BitTorrent traffic will be blocked by iptables. Although you can bypass it with some tweaks with your torrent client 😥. It's difficult to completely block all torrent traffic.
  • For security reason, TorghostNG is gonna disable IPv6 to prevent IPv6 leaks (it happened to me lmao).

Installing TorghostNG

TorghostNG currently supports:

  • GNU/Linux distros that based on Arch Linux
  • GNU/Linux distros that based on Debian/Ubuntu
  • GNU/Linux distros that based on Fedora, CentOS, RHEL, openSUSE
  • Solus OS
  • Alpine Linux
  • OpenWrt Linux
  • Void Linux
  • Anh the elder guy: Slackware
  • (Too much package managers for one day :v)

To install TorghostNG, open your Terminal and enter these commands

git clone https://github.com/githacktools/TorghostNG
cd TorghostNG
sudo python3 install.py
sudo torghostng

But with Slackware, you use sudo python3 torghostng.py to run TorghostNG :v

Help

TorghostNG 1.0 - Make all your internet traffic anonymized through TOR proxy
Rewritten from TorGhost with Python 3
usage: torghostng [-h] -s|-x|-id|-m|-c|-l|--list

OPTIONS:
-h, --help      Show this help message and exit
-s, --start     Start connecting to TOR
-x, --stop      Stop connecting to TOR
-id COUNTRY ID  Connect to TOR exit node of a specific country. Go to CountryCode.org to search country ID
-mac INTERFACE  Randomly change MAC address. Use 'ifconfig' to show interface devices
-c, --checkip   Check your current IP address
--nodelay       Disable delay time
-l, --language  Change the display language. English is the default
--list          Show the available languages list
-u, --update    Check for update
--dns           Use this to fix DNS when website address can't be resolved

You can combine multiple choices at the same time, such as:

  • torghostng -s -m INTERFACE: Changing MAC address before connecting
  • torghostng -c -m INTERFACE: Checking IP address and changing MAC address
  • torghostng -s -x: Connecting to Tor anh then stop :v
  • ...

If you have any questions, you can watch this tutorial videos 🙂

I hope you will love it 😃

How to update TorghostNG

Open Terminal and type torghostng -u with sudo to update TorghostNG, but i will download new TorghostNG to /root, because you run it as root. If you don't like that, you can type git pull -f and sudo python3 install.py.

Notes before you use Tor

Tor can't help you completely anonymous, just almost:

It's recommended that you should use NoScript before before surfing the web with Tor. NoScript shall block JavaScript/Java/Flash scripts on websites to make sure they won't reveal your real identify.

And please

  • Don't spam or perform DoS attacks with Tor. It's not effective, you will only make Tor get hated and waste Tor's money.
  • Don't torrent over Tor. If you want to keep anonymous while torrenting, use a no-logs VPN please.

Bittorrent over Tor isn't a good idea

Not anonymous: attack reveals BitTorrent users on Tor network

Don't torrent over Tor, please

Changes log

Version 1.1

  • Check your IPv6
  • Block BitTorrent traffic
  • Auto disable IPv6 before connecting to Tor

Screenshots of Torghost (Version 1.0)

  • Changing MAC address: torghostng -m INTERFACE

Changing MAC address with TorghostNG

  • Checking IP address: torghostng -c

Checking IP address with TorghostNG

  • Disconnecting from Tor: torghostng -x

Disconnecting from Tor network with TorghostNG

  • Connecting to Tor exitnode in a specific country: torghostng -id COUNTRY ID

Connecting to TOR exitnode in a specific country

  • Uninstalling TorghostNG: python3 install.py

Uninstalling TorghostNG

Contact to the coder

To-do lists

  • Block torrent, for you - Tor network
  • IPv6 (maybe?)
  • GUI version
  • Fix bug, improve TorghostNG (always)

And finally

You can help me by telling me if you find any bugs or issues. Thank you for using my tool 😊