-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Duplicate Query Parameter #4494
Comments
hey any updates on this, I'm still getting the same error in version 3.1.3, for a very simple raw http request
running would result in:
it also adds a / at the end of the path which was not included in the given URL, don't know if this intended or not. |
@ntriisii Temporary you can use my pull request |
This was fixed as part of #4477 |
Nuclei version:
v3.1.1
Current Behavior:
Duplicate query parameter when receive from input
Expected Behavior:
Only one parameter nothing
Steps To Reproduce:
Template:
Run with template
nuclie -t test.yaml -u http://testphp.vulnweb.com/?nothing=1 -svd -lfa --debug
Anything else:
The text was updated successfully, but these errors were encountered: