Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
torghost — TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity. | Kitploit
工具/GitHubGitHub/susmithkrishnan/torghost
General Purpose UtilitiesScripting & AutomationNetwork SecurityPrivacyDNS AnalysisArchived
GitHubsusmithkrishnan/torghost

torghost

查看仓库
9072715年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →

关于

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.

分享

TorGhost 是什么?

TorGhost 是一个匿名化脚本。TorGhost 将所有互联网流量重定向到 SOCKS5 Tor 代理。DNS 请求也通过 Tor 重定向,从而防止 DNS 泄露。该脚本还会禁用不安全的数据包从系统发出。某些数据包(如 ping 请求)可能会泄露你的身份。

从源码构建并安装

git clone https://github.com/SusmithKrishnan/torghost.git

cd torghost

chmod +x build.sh

./build.sh

如何安装?

新的 Kali 更新导致权限错误,请从源码构建并安装

TorGhost 可以通过 Debian 包管理器下载最新版本进行安装

下载

wget -c https://github.com/SusmithKrishnan/torghost/releases/download/v3.0.2/torghost-3.0.2-amd64.deb

在下载的文件夹中使用 dpkg 安装

sudo dpkg -i torghost-*-amd64.deb

替代方法(支持旧的安装脚本)

install.sh 脚本同样能完成安装。适用于使用旧教程的用户。

git clone https://github.com/SusmithKrishnan/torghost.git

cd torghost

chmod +x install.sh

./install.sh

使用方法

Torghost v3.0 使用方法:

-s --start 启动 Torghost

-r --switch 请求新的 Tor 出口节点

-x --stop 停止 Torghost

-h --help 打印此帮助并退出

-u --update 检查更新

下载工具