TorghostNG:一款功能強大的網絡流量匿名化工具
VSole2022-09-14 06:36:16
TorghostNG
TorghostNG是一款功能強大的網絡流量匿名化工具,該工具基于Python3開發,并對TorGhost工具進行了重構。TorghostNG的匿名化功能通過Tor網絡實現,可以幫助廣大研究人員讓自己所有的網絡通信流量匿名化。
目前,該工具已在Kali Linux和Manjaro等平臺上進行過測試。
注意事項
1、由于該工具基于Tor網絡實現,即使你通過其他方法繞過了某種限制,BitTorrent流量仍然可能會被iptable屏蔽。不過,完全屏蔽所有的torrent流量也是不可能的。
2、出于安全因素考慮,BitTorrent將會禁用IPv6來阻止IPv6流量泄露。
工具安裝
TorghostNG當前支持下列系統平臺:
基于Arch Linux的GNU/Linux發行版;
基于Debian/Ubuntu的GNU/Linux發行版;
基于Fedora、CentOS, RHEL、openSUSE的GNU/Linux發行版;
-Solus OS
-Void Linux
-Slackware
安裝TorghostNG,請打開終端窗口,并輸入下列命令:
git clone https://github.com/githacktools/TorghostNGcd TorghostNGsudo python3 install.pysudo torghostng
但如果使用的是Slackware,那你則需要使用下列命令來運行TorghostNG:
sudo python3 torghostng.py
工具幫助信息
OPTIONS: -h, --help Show this help message and exit -s, --start Start connecting to Tor -x, --stop Stop connecting to Tor -r, --renew Renew the current Tor circuit -id COUNTRY ID Connect to Tor exit node of a specific country. Go to CountryCode.org to search country ID -mac INTERFACE Randomly change MAC address. Use 'ifconfig' to show interface devices -c, --checkip Check your current IPv4 address --dns Use this to fix DNS when website address can't be resolved -l, --language Change the display language. English is the default --list Show the available languages list -u, --update Check for update --nodelay Disable delay time 在運行工具的同時,你還可以結合下列選項一起使用: torghostng -s -m INTERFACE: 在建立連接之前修改MAC地址; torghostng -c -m INTERFACE: 檢查IP地址并修改MAC地址; torghostng -s -x: 連接至Tor;
工具更新
廣大用戶可以使用下列命令更新TorghostNG:
torghostng -u
工具運行截圖
1、修改MAC地址:torghostng -m INTERFACE

2、檢查IP地址:torghostng -c

3、與Tor斷開連接:torghostng -x

4、連接至特定國家Tor節點:torghostng -id COUNTRY ID

5、卸載TorghostNG:python3 install.py

項目地址
TorghostNG:https://github.com/GitHackTools/TorghostNG
*參考來源:GitHackTools,FB小編Alpha_h4ck編譯,轉載自FreeBuf.COM
VSole
網絡安全專家