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

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

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

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

工具目录

分类

查看所有分类
Loading categories
thethe — thethe | Kitploit
工具/GitHubGitHub/elevenpaths/thethe
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringUtilities & FrameworksThreat IntelligenceIncident ResponseLog AnalysisArchived
GitHubelevenpaths/thethe

thethe

thethe

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

威胁狩猎环境

你是一名威胁猎人。在进行调查时,你是否发现自己浏览器中打开了超过20个标签页,散落着带有数据的.txt文件,以及一些终端在后台运行?

theTHE将一次调查中的所有信息集中到一个项目中,并与你的团队(且仅与团队)共享结果。theTHE会缓存你的API响应,因此你无需重复请求。不要共享你的密钥,让用户自行调用服务。

theTHE还集成了一些命令行工具,这样你就不必打开终端并将结果重定向到.txt文件中。

欢迎提供反馈。

更新内容

参见 发布页


安装

有一个 install.sh 脚本可简化安装。你可以下载并执行它:

root@kitploit:~
curl -sSL https://raw.githubusercontent.com/ElevenPaths/thethe/master/install.sh | bash

或者克隆此仓库:

root@kitploit:~
git clone --recurse-submodules https://github.com/ElevenPaths/thethe

然后在 thethe 目录内,将安装脚本上移一级并执行:

root@kitploit:~
mv thethe/install.sh
./install.sh

你必须在 thethe 根目录下拥有一个 .env 文件,结构如下:

root@kitploit:~
MONGO_INITDB_ROOT_USERNAME=
MONGO_INITDB_ROOT_PASSWORD=
MONGO_INITDB_DATABASE=thethe
THETHE_SECRET=
  • 为每个值选择一个安全的用户/密码/secret 组合。
  • 将 MONGO_INITDB_DATABASE 保留为 "thethe" 值。

运行 thethe

在 thethe 目录内:

root@kitploit:~
./start.sh

你是开发者吗?

root@kitploit:~
./start dev

API 密钥

系统默认不存储任何 API 密钥。

要添加 API 密钥,用户菜单(右上角)中有一个管理你的密钥的选项。


数据库备份与恢复

Mongodb 有一个绑定卷,便于在 mongodb_data 文件夹中进行外部存储和备份。

无论如何,我们提供了几个脚本,用于从你的 mongo 容器中备份(压缩文件)和恢复数据。

在 utils 文件夹内:

进行备份

root@kitploit:~
backup_thethe_db.sh <mongo_user> <mongo_password>

从备份中恢复

root@kitploit:~
restore_thethe_db.sh <mongo_user> <mongo_password>

备份文件名为 db.dump.gz


外部存储

有一个名为 external 的文件夹,用于存储 theTHE 应保存在数据库之外的所有内容:文件、图像等。

根据你的备份策略备份此文件夹。


更新 thethe

参见 更新 thethe


开发环境

如果你想为项目做贡献,我们提供了一个开发版本:

获取仓库:

root@kitploit:~
git clone --recurse-submodules https://github.com/ElevenPaths/thethe.git

并且仅在第一次...

root@kitploit:~
cd thethe_frontend
npm install
cd ..

现在你拥有了一个开发环境。每次你需要编码时,只需运行 thethe:

root@kitploit:~

./start.sh dev


更多信息

网站:https://thethe.e-paths.com

许可证:https://raw.githubusercontent.com/ElevenPaths/thethe/master/LICENSE

下载工具