nuclei
nuclei copied to clipboard
Reference based template auto-tagging (cve-annotate)
Please describe your feature request:
Similar to https://github.com/projectdiscovery/nuclei/pull/2323, auto tagging can be extended to cover other well known sources for exploits to self-tagging template based on available information in the reference field of the templates.
Reference => Tag mapping
| Reference | Tag |
|---|---|
https://wpscan.com/ |
wpscan |
https://www.exploit-db.com/ |
edb |
https://github.com/rapid7/metasploit-framework/ |
msf |
Describe the use case of this feature:
An interesting side effect of this would be finding gaps in coverage of both projects.
If a Nuclei template exists, but no MSF module, someone could write one.
If there's an MSF module with no Nuclei template - someone can create the template.
It's also useful for visibility + tag based execution of template added from specific source.