Skip to content

gt0day/AnonGT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnonGT - Anonymous Ghost

Redirect All Traffic Through Tor Network For Kali Linux v0.1.2

AnonGT

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

Changing Mac Address

Anti MITM

Onion Generator Links

Onion Links Checker

Please always check for updates

Watch Video!


AnonGT Install


git clone https://github.com/gt0day/AnonGT && cd AnonGT && sudo python3 install.py;

Best Secure Start

Changing Mac + Start + Anti MITM ;)

AnonGT Commands


print banner help

sudo anongt

Anonymous Mode Start

sudo anongt start

Anonymous Mode Start With Secure Tor Bridges

sudo anongt start+

Anonymous Mode Stop

sudo anongt stop

Watch Tor Traffic

sudo anongt status

Get Your Public Information

sudo anongt myinfo

Anonymous Mode Change Tor IP

sudo anongt chngid

Anti MITM

sudo anongt amitm

Change Mac Address For All Interfaces

sudo anongt chngmac

Revert Mac Address For All Interfaces

sudo anongt rvmac

Onion Links Generator

sudo anongt oniongen

Onion Links Checker

sudo anongt checko

Clear Configs & Logs

sudo anongt wipe

AnonGT Check Update

sudo anongt checku

AnonGT About

sudo anongt about

Change Tor Bridge Dir

/etc/tor/torrc

Change Exclude Locals

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

Tested On


Kali Linux 2024.1

Uninstall


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