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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/nekmo/dirhunt
侦察信息收集Web安全渗透测试网络爬虫
GitHubnekmo/dirhunt

dirhunt

无需暴力破解即可发现Web目录

查看仓库
2.0k2723年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

.. image:: https://raw.githubusercontent.com/Nekmo/dirhunt/v0.2.0/images/dirhunt.png

|

.. image:: https://raw.githubusercontent.com/Nekmo/dirhunt/pip-rating-badge/pip-rating-badge.svg :target: https://github.com/Nekmo/dirhunt/actions/workflows/pip-rating.yml :alt: pip-rating 徽章

.. image:: https://img.shields.io/github/actions/workflow/status/Nekmo/dirhunt/test.yml?style=flat-square&maxAge=2592000&branch=develop :target: https://github.com/Nekmo/dirhunt/actions?query=workflow%3ATests :alt: 最新测试 CI 构建状态

.. image:: https://img.shields.io/pypi/v/dirhunt.svg?style=flat-square :target: https://pypi.org/project/dirhunt/ :alt: 最新 PyPI 版本

.. image:: https://img.shields.io/pypi/pyversions/dirhunt.svg?style=flat-square :target: https://pypi.org/project/dirhunt/ :alt: Python 版本

.. image:: https://img.shields.io/codeclimate/maintainability/Nekmo/dirhunt.svg?style=flat-square :target: https://codeclimate.com/github/Nekmo/dirhunt :alt: Code Climate

.. image:: https://img.shields.io/codecov/c/github/Nekmo/dirhunt/master.svg?style=flat-square :target: https://codecov.io/github/Nekmo/dirhunt :alt: 测试覆盖率

.. image:: https://img.shields.io/github/stars/Nekmo/dirhunt?style=flat-square :target: https://github.com/Nekmo/dirhunt :alt: Github 星标

Dirhunt #######

.. image:: https://asciinema.org/a/xPJXT0MhrvlZ8lJYJYkjxlice.png :target: https://asciinema.org/a/xPJXT0MhrvlZ8lJYJYkjxlice :align: center :alt: Dirhunt 演示视频

Dirhunt 是一个专为搜索和分析目录而优化的网络爬虫。如果服务器启用了 "index of" 模式,该工具可以发现有趣的内容。即使目录列表未启用,Dirhunt 也很有用。它可以检测存在假404错误的目录、为隐藏内容而创建了空索引文件的目录,以及更多情况。

.. code-block:: console

root@kitploit:~
$ dirhunt http://website.com/

Dirhunt 不使用暴力破解。但它也不仅仅是一个爬虫。该工具比其他工具更快,因为它最大限度地减少了向服务器发出的请求。通常,此工具需要5-30秒,具体取决于网站和服务器。

在文档中阅读更多关于如何使用 Dirhunt 的信息 in the documentation <http://docs.nekmo.org/dirhunt/usage.html>_。

功能

  • 一次处理一个或多个站点。
  • 处理 'Index Of' 页面并报告有趣的文件。
  • 检测重定向器。
  • 检测为隐藏内容而在目录中创建的空白索引文件。
  • 处理一些 HTML 文件以寻找新目录。
  • 404 错误页面并检测假404错误。
  • 通过标志过滤结果。
  • 在最后分析结果。它还处理索引页面的日期和大小。
  • 使用 robots.txt、VirusTotal、Google、CommonCrawl(新!)、SSL 证书(新!)、Crt.sh(新!)和 Wayback(新!)获取新目录。
  • 请求之间的延迟。
  • 一个或多个代理选项。它还可以搜索免费代理。
  • 将结果保存到 JSON 文件中
  • 恢复已中止的扫描

安装

如果您系统上安装了 Pip,可以使用它来安装最新的 Dirhunt 稳定版本::

root@kitploit:~
$ sudo pip3 install dirhunt

支持 Python 2.7 和 3.7-3.12,但推荐使用 Python 3.x。对于 Python2,安装时使用 pip2。

还有其他 安装方法 <http://docs.nekmo.org/dirhunt/installation.html>_ 可用。

免责声明

未经许可,不得在第三方服务器上使用此软件。Dirhunt 旨在由审计团队在获得被分析网站所有者同意的情况下使用。作者不对该工具在法律范围之外的使用负责。

本软件使用 MIT 许可证。作者不提供任何保证。但欢迎提出 issues 和 pull requests。

下载工具