Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@gt0day gt0day released this 26 Mar 19:44
381d50e

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

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;