Detect Directory Listing
Added in version 2.5.0 by @godylockz; revised in 2.6.0
Categories:
less than a minute
Detect Directory Listing
Version 2.5.0 introduces the ability to detect when a server has directory listing enabled. When such a directory is found, feroxbuster
will either report, or report and scan, depending on whether or not --extract-links
was used.
Examples
Without --extract-links
When --extract-links
is not used, directory listing is simply reported. No further actions are taken.
feroxbuster -u https://some-example-site.com
With --extract-links
When --extract-links
is used, each link in the response is extracted and requested.
feroxbuster -u https://some-example-site.com --extract-links