Skip to content

Commit

Permalink
Issue #110: [feature request] add keyword search
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Aug 8, 2023
1 parent cb34e27 commit 8a46144
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,25 @@ You can also load file names from one or more local files::
You can read more about this `here <#id3>`_


Interesting keywords
--------------------
Dirhunt can warn you if it finds a specific keyword in the response body. This will only work if the response body is
available in a index of, html, css or js file.

.. code::
$ dirhunt <url> -k <name 1>[,<name 2>]
For example::

$ dirhunt http://domain1/blog/ -k "admin,login,pass"


You can also load keywords from one or more local files::

$ dirhunt http://domain1/blog/ -k /home/user/keywords.txt,./words.txt


Exclude
-------
Filter the results using the ``--exclude-flags`` (``-x``) parameter (see the `flags section <#Flags>`_ to
Expand Down

0 comments on commit 8a46144

Please sign in to comment.