Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/gt0day/anongt
OSINT (Open Source Intelligence)Phishing ToolsEncryption/Decryption ToolsForensicsWeb SecurityNetwork SecurityPenetration TestingPrivacyAnti-BotDNS Analysis
GitHubgt0day/anongt

AnonGT

2283081 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Redirect All Traffic Through Tor Network For Kali Linux

View Repository

AnonGT - Anonymous Ghost

Redirect All Traffic Through Tor Network For Kali Linux v1.0.0

Description


Script to Redirect ALL Traffic Through TOR Network Including

DNS Queries For Anonymizing Entire System

Killing Dangerous Applications

Clear Configs & Logs

Firefox Browser Anonymization

Timezone Changer

Mac Address Changer

Change #IP Automatically

Anti MITM

Onion Links Search Engine

Onion Links Checker

Share/Receive Files Anonymously

Anonymous Chat On Tor Network

Host Your Website On Dark Web!

Encryption/Decryption Files/Folders Using AES

Encrypted Keylogger

Please always check for updates

Watch Video!


AnonGT INSTALL Step By Step


  1. git clone https://github.com/gt0day/AnonGT
  2. sudo apt update;sudo apt install -y tor iptables network-manager obfs4proxy bleachbit nyx xterm firefox-esr torbrowser-launcher nscd secure-delete python3 python3-pip python3-venv
  3. sudo mv AnonGT /usr/share/AnonGT
  4. sudo nano /usr/bin/anongt

#!/bin/bash

source /usr/share/AnonGT/.venv/bin/activate

python3 /usr/share/AnonGT/AnonGT.py

  1. sudo chmod +x /usr/share/AnonGT/AnonGT.py;sudo chmod +x /usr/bin/anongt
  2. cd /usr/share/AnonGT;sudo python -m venv .venv;source .venv/bin/activate
  3. pip install --upgrade pip
  4. pip install -r requirements.txt
  5. Close Terminal and open new one then type "sudo anongt"

Notes


Check MITM Process

sudo ps all | grep "anti-mitm"

kill process

kill PID (showing on check mitm process)


Change Tor Bridge Dir

https://gitlab.torproject.org/tpo/anti-censorship/team/-/wikis/Default-Bridges

/etc/tor/torrc

Change Exclude Locals

/usr/share/AnonGT/core/config/config.py

Tested On


Kali Linux 2024.4

Uninstall


sudo rm -r /usr/share/AnonGT /usr/bin/anongt /var/lib/anongt;

Download Tool