-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] -n (no-recursion) option fails to list base-level directories #1206
Comments
howdy, and thanks for the submission! I don't see it in the screenshot, but want to confirm: you didn't see a message similar to the following?
I'm going to assume you didn't and take a look at this behavior, but wanted to ask in the meantime. Thanks! |
oh, i took a look at your options, and you're only allowing
|
Describe the bug
When running Feroxbuster with the -n (no-recursion) option, the tool does not list any directories at the base level. According to the documentation, -n should prevent scanning deeper levels but still display the discovered directories at the current depth. Instead, it reports “found:0,” which seems incorrect since there are directories that exist and can be discovered when not using the -n option.
To Reproduce
Steps to reproduce the behavior:
1. Run Feroxbuster with the -n option on a target that contains known directories:
feroxbuster -n -u http://10.10.10.48
feroxbuster -u http://10.10.10.48
In this scenario, directories (e.g., /admin/, /admin/scripts/, /admin/img/) are discovered correctly.
Expected behavior
Using the -n (no-recursion) option should list the discovered directories at the current depth without descending into them. The tool should not skip them entirely.
Environment (please complete the following information):
• feroxbuster version: v2.11.0
• OS: [macOS orbstack kali ]
Additional context
Below are partial logs showing the difference:
Thank you for looking into this issue! If you need any additional details or logs, please let me know.
The text was updated successfully, but these errors were encountered: