Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
nuclei by default skips requests whose variables are not resolvable (i.e variable value is not given/empty) while this is good it creates lot of noise whenever nuclei is run in versbose mode
add option to toggle unresolved variables logging in verbose mode
Possible Bug
Investigate if variables are evaluated before/after parsing request
[WRN] [bdsmlr] Could not execute request for : [self-contained:RUNTIME] failed to parse https://{{user}}.bdsmlr.com in self contained request <- [:RUNTIME] failed to parse url <- parse "https://{{user}}.bdsmlr.com": invalid character "{" in host name
Please describe your feature request:
Describe the use case of this feature:
Possible Bug
Investigate if variables are evaluated before/after parsing request