
.. 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 badge
.. 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: Latest Tests CI build status
.. image:: https://img.shields.io/pypi/v/dirhunt.svg?style=flat-square :target: https://pypi.org/project/dirhunt/ :alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/pyversions/dirhunt.svg?style=flat-square :target: https://pypi.org/project/dirhunt/ :alt: Python versions
.. 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: Test coverage
.. image:: https://img.shields.io/github/stars/Nekmo/dirhunt?style=flat-square :target: https://github.com/Nekmo/dirhunt :alt: Github stars
Dirhunt #######
.. image:: https://asciinema.org/a/xPJXT0MhrvlZ8lJYJYkjxlice.png :target: https://asciinema.org/a/xPJXT0MhrvlZ8lJYJYkjxlice :align: center :alt: Dirhunt デモビデオ
Dirhunt は、ディレクトリの検索と分析 に最適化された Web クローラです。このツールは、サーバーで 「Index Of」 モードが有効になっている場合に、興味深いものを見つけることができます。Dirhunt は、ディレクトリリスティングが有効でない場合にも役立ちます。偽の 404 エラー があるディレクトリ、空のインデックスファイル が作成されて物が隠されているディレクトリなどを検出します。
.. code-block:: console
$ dirhunt http://website.com/
Dirhunt はブルートフォースを使用しません。しかし、単なる クローラ でもありません。このツールはサーバーへのリクエストを最小限に抑えるため、他のツールより高速です。通常、このツールはウェブサイトとサーバーに応じて 5~30 秒 かかります。
使用方法 の詳細は ドキュメント <http://docs.nekmo.org/dirhunt/usage.html>_ をご覧ください。
システムに Pip がインストールされている場合は、これを使用して最新の安定版 Dirhunt をインストールできます::
$ 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 ライセンスの下で提供されます。著者は一切の保証を提供しません。ただし、問題の報告やプルリクエストは歓迎します。