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.
Is there an existing issue for this?
Current Behavior
Expected Behavior
Seems like the https://github.com/projectdiscovery/nuclei/blob/dev/cmd/nuclei/main.go#L408 is the cause of the issue where
goflags.FileCommaSeparatedStringSliceOptions
Perhaps we could use a substitute character (':' || 'x')..?
-ho '--window-size=1280:800'
OR-ho '--window-size=1280x800'
Then when the String[] is split on commas, logic could be added to replace the substitute character back to a comma?
I attempted to escape the comma but would throw the same error
Malformed window size: 1280\,800
Steps To Reproduce
Relevant log output
No response
Environment
Anything else?
:heart: ProjectDiscovery!