脚本将所有流量通过TOR网络重定向,包括
DNS查询,用于匿名整个系统
终止危险应用程序
清除配置和日志
Firefox浏览器匿名化
时区更改器
MAC地址更改器
自动更改IP
反MITM
Onion链接搜索引擎
Onion链接检查器
匿名分享/接收文件
在Tor网络上匿名聊天
在暗网上托管您的网站!
使用AES加密/解密文件/文件夹
加密键盘记录器
- git clone https://github.com/gt0day/AnonGT
- 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
- sudo mv AnonGT /usr/share/AnonGT
- sudo nano /usr/bin/anongt
- sudo chmod +x /usr/share/AnonGT/AnonGT.py;sudo chmod +x /usr/bin/anongt
- cd /usr/share/AnonGT;sudo python -m venv .venv;source .venv/bin/activate
- pip install --upgrade pip
- pip install -r requirements.txt
- 关闭终端并打开新终端,然后输入 "sudo anongt"
sudo ps all | grep "anti-mitm"
kill PID (在检查MITM进程时显示的PID)
https://gitlab.torproject.org/tpo/anti-censorship/team/-/wikis/Default-Bridges
/etc/tor/torrc
/usr/share/AnonGT/core/config/config.py
Kali Linux 2024.4
sudo rm -r /usr/share/AnonGT /usr/bin/anongt /var/lib/anongt;