missing-cve-nuclei-templates icon indicating copy to clipboard operation
missing-cve-nuclei-templates copied to clipboard

Add JSON formatting and include CVE Description in JSON output

Open bernard-yip opened this issue 6 months ago • 6 comments

Fixes issues: #4 and #8

Is your feature request related to a problem? Please describe. When looking for nuclei templates to write, it is frustrating to scour through the list to read the description of each CVE to identify if there's value in writing a nuclei template.

Changes:

  • Add new argument to for the JSON output in scripts/check-missing-templates.sh
  • Update scripts/update.sh to include a all.json for the JSON output.

You will need to install jq for the edited script to work.

  • For MacOS: brew install jq
  • For Linux: apt install jq or yum install jq

Let me know if you want any changes and if the script works for you.

bernard-yip avatar Aug 06 '24 05:08 bernard-yip