New filter to run / exclude templates by IDs #1442
Labels
Priority: Medium
This issue may be useful, and needs some attention.
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
Milestone
Describe the use case of this feature:
Nuclei templates begin with the
id
attribute, which is the most common information to remember. Currently, if we wanted to run any specific template, the-t
flag can be used, which accepts the template path, which is harder to recall. Instead, we can use Template ID, where the path is not required to run the template, and the most common use case of this new flag would be running a specific CVE for the given template ID.Multiple templates with the same ID will be executed/excluded using the same/single ID.
Please describe your feature request:
Flags:
Example run:
Note:
id
flag inputs are case insensitive,CVE-2021-43798,TECH-DETECT
is same ascve-2021-43798,tech-detect
The text was updated successfully, but these errors were encountered: