missing-cve-nuclei-templates
missing-cve-nuclei-templates copied to clipboard
Add JSON formatting and include CVE Description in JSON output
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 aall.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
oryum install jq
Let me know if you want any changes and if the script works for you.