/FACT_analysis-plugin_CVE-lookup

FACT analysis plug-in that maps software version to cves

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FACT plugin - CVE Lookup

This plugin maps detected software to CVEs.

Installation

Go to FACT's root directory and execute the following lines:

$ git submodule add https://github.com/fkie-cad/FACT_analysis-plugin_CVE-lookup.git src/plugins/analysis/cve-lookup
$ src/install.py -B

If you add more than one additional plug-in, ./install.py -B must be run just once after you added the last plug-in.