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

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

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

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

工具目录

分类

查看所有分类
Loading categories
tachyon — 快速HTTP死文件查找器。 | Kitploit
工具/GitHubGitHub/delvelabs/tachyon
侦察漏洞扫描器信息收集Web安全
GitHubdelvelabs/tachyon

tachyon

快速HTTP死文件查找器。

查看仓库
2213223天前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Build Status PyPi

Tachyon

Tachyon 是一个快速的 Web 应用程序安全侦察工具。

它专门用于爬取 Web 应用程序,寻找遗留或未索引的文件,并报告泄漏内部数据的页面或脚本。

用户要求

  • Linux
  • Python 3.6+

用户安装

安装:

root@kitploit:~
$ mkdir tachyon
$ python3 -m venv tachyon/
$ cd tachyon
$ source bin/activate
$ pip install tachyon3
$ tachyon -h

升级:

root@kitploit:~
$ cd tachyon
$ source bin/activate
$ pip install --ignore-installed --upgrade tachyon3

使用:

root@kitploit:~
$ cd tachyon
$ source bin/activate
$ tachyon -h

开发者安装

root@kitploit:~
$ git clone https://github.com/delvelabs/tachyon.git
$ mkdir tachyon
$ python3 -m venv tachyon/
$ source tachyon/bin/activate
$ cd tachyon
$ pip install -r requirements-dev.txt

开始使用

注意:如果你使用的是源代码版本,请在以下示例中将 tachyon 替换为 python3 -m tachyon。

root@kitploit:~
$ cd tachyon
$ source bin/activate

使用默认设置运行发现:

root@kitploit:~
tachyon http://example.com/

通过代理运行发现:

root@kitploit:~
tachyon -p http://127.0.0.1:8080 http://example.com/

仅搜索文件:

root@kitploit:~
tachyon -f http://example.com/

仅搜索目录:

root@kitploit:~
tachyon -s http://example.com/

输出结果为 JSON 格式:

root@kitploit:~
tachyon -j http://example.com/

命令行选项

root@kitploit:~
Usage: __main__.py [OPTIONS] TARGET_HOST

Options:
  -a, --allow-download
  -c, --cookie-file TEXT
  -l, --depth-limit INTEGER
  -s, --directories-only
  -f, --files-only
  -j, --json-output
  -m, --max-retry-count INTEGER
  -z, --plugins-only
  -x, --plugin-settings TEXT
  -p, --proxy TEXT
  -r, --recursive
  -u, --user-agent TEXT
  -v, --vhost TEXT
  -C, --confirmation-factor INTEGER
  --har-output-dir TEXT
  -h, --help                      Show this message and exit.

Cookie 文件格式

root@kitploit:~
cookie0=value0;
cookie1=value1;
cookie2=value2;

插件

现有插件:

  • HostProcessor:此插件处理主机名以生成与其相关的主机和文件名。
  • PathGenerator:生成由字母和数字组成的简单路径(例如:/0)。
  • Robots:将 robots.txt 中的路径添加到路径数据库。
  • SitemapXML:将站点地图中的路径和文件添加到数据库。
  • Svn:获取 /.svn/entries 并解析出目标路径。

插件设置

可以通过 -x 选项将设置传递给插件。每个选项是一个键/值对,键和值之间用冒号连接。对每个设置使用一个新的 -x。

root@kitploit:~
tachyon -x setting0:value0 -x setting1:value1 -x setting2:value2 http://example.com/

贡献

欢迎各种贡献。只需在 GitHub 上提交拉取请求。

贡献者须知:

  • 接受贡献者许可协议。
  • 为你的代码编写测试。未测试的代码将被拒绝。

要报告错误或建议功能,请提交 Issue。

许可证

Copyright 2019- Delve Labs inc.

本软件根据 GNU 通用公共许可证第 2 版发布。

下载工具