Nekmo / dirhunt

Find web directories without bruteforce
MIT License
1.76k stars 236 forks source link

[DOC] Compare file name results with a dictionary file #27

Closed jmesa closed 6 years ago

jmesa commented 6 years ago

--dictionary

To improve file detection, would be great to compare the file name results with an external dictionary.

Possible representation:

[200] https://domain.com/wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/  (Index Of)
Interesting extension files: AccessToken.php, Authentication.php, wp-link.php, ...
Dictionary matches: wp-link.php

or, if --dictionary is selected, to show results that match with the dictionary, only.

Nekmo commented 6 years ago

This feature is already included since version 0.1.0 but is not being used because it is poorly documented.

http://docs.nekmo.org/dirhunt/usage.html#interesting-files http://docs.nekmo.org/dirhunt/usage.html#comma-separated-files

It is necessary in the next version to improve the documentation.