-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.
Description
Please describe your feature request:
- 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
Describe the use case of this feature:
- nuclei at the end of scan should log no of requests skipped due to unresolved variables Ref:Scan stopping at 50% - CVE-2022-36537 #3384
- 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
Metadata
Metadata
Assignees
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.