Skip to content
/ AnonGT Public
forked from gt0day/AnonGT

Redirect All Traffic Through Tor Network For Kali Linux

License

Notifications You must be signed in to change notification settings

Frowzen/AnonGT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 3.7%
  • JavaScript 1.4%