TorghostNG:一款功能强大的网络流量匿名化工具

2020-06-03 11:35:33 浏览数 (1)

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,请打开终端窗口,并输入下列命令:

代码语言:javascript复制
git clone https://github.com/githacktools/TorghostNGcd TorghostNGsudo python3 install.pysudo torghostng

但如果使用的是Slackware,那你则需要使用下列命令来运行TorghostNG:

代码语言:javascript复制
sudo python3 torghostng.py

工具帮助信息

代码语言:javascript复制
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:

代码语言:javascript复制
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

0 人点赞