Skip to content

This package contains cvss v2 and v3 calculation utilities.

License

Notifications You must be signed in to change notification settings

asecurityteam/cvss_util

Repository files navigation

This package contains cvss v2 and v3 calculation utilities. After this package has been installed the command line cvss v2 calculator from this package can be accessed by running:

python -m cvss_util.

For example,

python -m cvss_util.cli -av network -ac high -a none -c complete
Medium 5.4

Run python -m cvss_util.cli -h to see further usage information.

python -m cvss_util.cli -h
usage: cli.py [-h] -av {local,adjacent,network} -ac {low,medium,high} -a
              {none,single,multiple} [-c {none,partial,complete}]
              [-i {none,partial,complete}] [-ai {none,partial,complete}]

CVSS Calculator

optional arguments:
  -h, --help            show this help message and exit
  -av {local,adjacent,network}, --AccessVector {local,adjacent,network}
  -ac {low,medium,high}, --AccessComplexity {low,medium,high}
  -a {none,single,multiple}, --Authentication {none,single,multiple}
  -c {none,partial,complete}, --ConfImpact {none,partial,complete}
  -i {none,partial,complete}, --IntegImpact {none,partial,complete}
  -ai {none,partial,complete}, --AvailImpact {none,partial,complete}

About

This package contains cvss v2 and v3 calculation utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages