leper7 / AnonGT

Redirect All Traffic Through Tor Network For Kali Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnonGT - Anonymous Ghost

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

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

Please always check for updates

Watch Video!


AnonGT Install


git clone https://github.com/gt0day/AnonGT && cd AnonGT && sudo bash install.sh && exit;

AnonGT Commands


print banner help

sudo anongt

Anonymous Mode Start

sudo anongt start

Anonymous Mode Stop

sudo anongt stop

Anonymous Mode Change Tor IP

sudo anongt chngid

Watch Tor Traffic

sudo anongt status

Get Your Public Information

sudo anongt myinfo

Change Mac Address For All Interfaces

sudo anongt chngmac

Revert Mac Address For All Interfaces

sudo anongt rvmac

Clear Configs & Logs

sudo anongt wipe

Tested On


Kali Linux 2023.3

Uninstall


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

About

Redirect All Traffic Through Tor Network For Kali Linux

License:GNU General Public License v3.0


Languages

Language:Python 94.9%Language:Shell 3.7%Language:JavaScript 1.4%