Missing '=' in RAW Request with URL Path Variable #4474
-
Description:I've encountered an issue when using a template with a URL path stored in a variable, including GET parameters. Specifically, when sending this path in a RAW request to the server, a parameter with no value (e.g., Steps to Reproduce:
Expected Behavior:The RAW request should include the '=' sign for parameters with no value, maintaining the original structure of the URL path. Actual Behavior:The RAW request omits the '=' sign for parameters with no value, altering the intended URL path structure. Environment:nuclei version: 3.1.0 and 3.0.4 Example Template:
Nuclei Debug output
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
resolved in #4513 |
Beta Was this translation helpful? Give feedback.
resolved in #4513