-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
gobuster update breaks automatic findings text file commands #104
Comments
@jan0sik I believe this was resolved in #103, but very open to another pull request if not |
Actually, I saw you submitted that. Thank-you, and closing this issue. |
Closed with #103 |
Missed the other gobuster commands in the http output. I only fixed it in the https output, when merged. When you have the time, can you fix it when you get the chance? Reconnoitre/Reconnoitre/lib/config.json Lines 34 to 35 in 70c8a19
|
Will do! |
I don't think this was ever fixed? Also, even when adding the dir mode now, it fails because the blacklist needs to be overridden to nothing. Error: error on parsing arguments: status-codes ("200,204,301,302,307,403,500") and status-codes-blacklist ("404") are both set - please set only one. status-codes-blacklist is set by default so you might want to disable it by supplying an empty string. |
Gobuster v3.0.1 now has mode options called "dns", "dir", "vhost". This will need to be reflected in the exported findings file that is generated for the automatic gobuster commands.
Reconnoitre/Reconnoitre/lib/config.json
Lines 34 to 35 in 758247a
These need "dir" added to each.
Will throw a pull request.
The text was updated successfully, but these errors were encountered: