cve
vulnerability database, exploit lookup, CVSS scoring.
Load with: use cve
Quick example
use cve
result = cvelo("hello")
prn(result)
Functions
CVE lookup
cvelo(cve_id)
Performs the operation. Takes cve_id.
Search by keyword
cesea(keyword, results)
Performs the operation. Takes keyword, results.
CVSS scoring
cecvs(cve_data)
Performs the operation. Takes cve_data.
cvsss(vector_string)
Performs the operation. Takes vector_string.
CPE matching
cecpe(cpe)
Performs the operation. Takes cpe.
Exploit-DB lookup
ceexp(search)
Performs the operation. Takes search.
MSF module lookup
cemsf(module_name)
Performs the operation. Takes module_name.
Vulnerability prioritization
cepri(cve_list)
Performs the operation. Takes cve_list.
Affected products
ceaff(cve_data)
Performs the operation. Takes cve_data.
Patch verification
cepat(cve_id, version)
Performs the operation. Takes cve_id, version.
Local database
cecac(cve_id, data)
Performs the operation. Takes cve_id, data.
ceget(cve_id)
Performs the operation. Takes cve_id.
Bulk operations
cebul(cve_ids)
Performs the operation. Takes cve_ids.
Severity colors
cvssc(score)
Performs the operation. Takes score.
Trending CVEs
cetre()
Performs the operation.
Notes
- CVE (Common Vulnerabilities and Exposures) lookup and parsing.