-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add feature to get HTTP OPTIONS #44
Conversation
Thanks @brimstone. So is the intent here to just be able to discover the options available? Would it be worth adding filters here so that people can specify which options they're looking for in particular? |
Correct, the intent is to use the HTTP method OPTIONS to discover the HTTP methods available to each directory or file discovered. Now that I type this out, maybe the flag should be |
Sorry for not getting back to you earlier. I think it'd be great to be able to pass in a CSV of methods. From there people can use custom ones as well (given that it's possible to have custom methods in various services). The |
Hi @brimstone sorry for the tardiness. I've landed a chunky refactor to the code, so would it be possible for you to update this PR so it's rebased on master? Thank you! |
I'm looking into this now. |
All I've done is rework this to account for the refactor to 1.4. This is still simply showing the server methods supported for a URL and not filtering them with just what the user is requesting. I can add that if it's still desired, but it'll make the code longer. |
Potentially related, may be relevant to consider with regards to this PR: |
Apologies for the delay on this, can I please request that you rebase your changes on 2.0.0 now that I've finally landed #79? Thank you so much. |
This adds a
-opt
feature to reveal HTTP OPTIONS.I needed to be able to find dav shares for a CTF.
I didn't find any other tool that would do this, so I modified gobuster.