vulnpryr: Rescale vulnerabilities.

Description Usage Arguments Value Examples

View source: R/viqtest.R

Description

Rescale vulnerabilities.

Usage

1
2
3
vulnpryr(cve_id, cvss_base, avg_cvss_score = 6.2, msp_factor = 2.5,
  edb_factor = 1.5, private_exploit_factor = 0.5,
  network_vector_factor = 2, impact_factor = 3)

Arguments

cve_id

ID of the CVE in question

cvss_base

The current CVSS rating of the vuln in question

avg_cvss_score

Mean CVSS score of the population

msp_factor

Amount to adjust CVSS if Metasploit module is present

edb_factor

Amount to adjust CVSS if ExploitDB is present

private_exploit_factor

Factor if private exploit exists

network_vector_factor

Amount to adjust if not a network vuln

impact_factor

Amount to adjust if impact is not confidentiality

Value

Dataframe with the adjusted vuln

Examples

1
2
3
data(vulndb)
set_vulndb(vulndb)
vulnpryr("CVE-2013-2899", 5)

davidski/viq-test documentation built on Nov. 28, 2020, 11:33 p.m.