Replies: 3 comments 2 replies
-
|
howdy! if this is a HTB machine, can you lmk which one? It would make diagnosing the problem much simpler. One possibility just from what's shown: are the links you expect to see extracted within the same domain/subdomain as the target? If not, we may be finding them and then scope settings reject them. |
Beta Was this translation helpful? Give feedback.
-
|
morning! I'm not sure where the issue is yet. Looking at the response provided, we're not going to detect it as directory listing outright. All we do for dir listing detection is examine the <title> tag for known standard dir listing strings e.g. the response you gave has the following title However, regardless of the title, IF admin came from the wordlist and had a response code of 200 (based on your -s 200), it would have hit the 'normal' link extraction path. My current guess is that your -s 200 is limiting how /admin/ is processed. Try removing |
Beta Was this translation helpful? Give feedback.
-
|
morning! I added some new dir listing detection heuristics. your target page should trigger those checks, and then dirlisting link extraction should follow. you can use a debug build to give it a try if you like: https://github.com/epi052/feroxbuster/actions/runs/19783486169 if you do, lmk how it goes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was playing with feroxbuster on a challenge website with a custom directory listing.
The
Extract linkoption is set totrue.Nevertheless, it seems feroxbuster doesn't add links from the HTML page when scanning a folder (with directory listing).
I was wondering if there is something I am not doing appropriately for the feature to be triggered.
Here is the command executed from a Kali Linux with its result (transformed to hide the real URL) and directory listing is possible on
/admin/.Thanks in advance for your help and support.
Beta Was this translation helpful? Give feedback.
All reactions