nuclei
nuclei copied to clipboard
Advanced template filtering
trafficstars
Please describe your feature request:
Allow advanced template filtering for execution with values from id / info section
Describe the use case of this feature:
More control over template execution
Proposed solutions:
New CLI flag:
-tc, -template-condition templates to run based on dsl filer
Examples
nuclei -tc "author=='pdteam' && ('wordpress','xss') in tags"
nuclei -tc "severity=='high' && metadata.verified"
id=='tect-detect' || ('wordpress', 'xss') in tags
'pdteam' in author
tag=='wordpress' || 'xss' in tags && !('excluded' in tags)
severity=='high'
@Mzack9999 why id='tech-detect' with a single =, and the rest is with ==?
@Mzack9999 why
id='tech-detect'with a single=, and the rest is with==?
Fixed