You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there currently a way to fuzz the query string parameters param1=val1¶m2=val2 and have them included in the body of a POST request, similar to how fuzzing is done with GET requests?
The fuzzing is performed using the GET method, and the query string parameters param1=val1¶m2=val2 are fuzzed as part of the URL, even when using the - method: POST directive. Additionally, it would be helpful to have a generic variable like {{QueryString}} to directly access the query string within the template.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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=val2
and 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=val2
are fuzzed as part of the URL, even when using the- method: POST
directive. 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