This is a quick and dirty tool to quickly parse CVSS score details from a list of CVEs.
##Download## Binary packages for every supported operating system are available here.
$ cve-parser --help
Usage:
cve-parser <file> [--html] [--sev RISK --range INT --debug]
cve-parser -h | --help
cve-parser --version
Options:
-h, --help Show usage.
--version Show version.
--html Converts output to HTML format and allows for pasting into a MS Word Document.
--sev RISK Severity risk rating to filter (high, medium or low) default to all.
--range INT Comma delimited CVSS score range, exp. 4,10.
--debug Enable Debugging of CVE queries