sjvermeu / cvechecker

Command-line utility to scan the system and report on potential vulnerabilities, based on public CVE data
GNU General Public License v3.0
258 stars 68 forks source link

no output #37

Closed mahmad2504 closed 4 years ago

mahmad2504 commented 5 years ago

cvechecker -b scanlist.txt does nothing Here is the scan list https://files.fm/u/yq2dxw67

There is no error but it does nothing.

sjvermeu commented 5 years ago

Hi mahmad2504,

Did you already run "pullcves pull"? Before cvechecker can inventorize what is on your system, it first needs to have downloaded its versions.dat file (a list of expressions and mappings to software titles/ids). Once that is downloaded, it should report which software (and versions) it detected on the system.