Replies: 1 comment
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question regarding the current capabilities of Nuclei. Specifically, I am looking to perform fuzzing on query string parameters using a POST request, where the fuzzed query string parameters would be placed in the body of the POST request.
When executing a command such as:
Is there currently a way to fuzz the query string parameters
param1=val1¶m2=val2and have them included in the body of a POST request, similar to how fuzzing is done with GET requests?Currently, using a template like the following:
The fuzzing is performed using the GET method, and the query string parameters
param1=val1¶m2=val2are fuzzed as part of the URL, even when using the- method: POSTdirective. Additionally, it would be helpful to have a generic variable like{{QueryString}}to directly access the query string within the template.Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions