github future-architect/vuls v0.11.0

latest releases: v0.25.2, v0.25.1, v0.25.1-beta2...
3 years ago

Changelog

11a7a0c Display metasploit module information for each detected CVE-IDs (#1011)

New features

Display metasploit module information for each detected CVE-IDs

スクリーンショット_2020-06-23_19_08_05

  • config.toml

Add [metasploit] to the database sections(cveDict, ovalDict...)

[metasploit]
type = "sqlite3"
SQLite3Path = "/path/to/go-msfdb.sqlite3"
# url = ""
  • type : the method of access for the database
  • SQLite3Path : Should only be set when using "sqlite" otherwise unused.
  • url : specifies the url to access the database.

For more Details, see the Document

Don't miss a new vuls release

NewReleases is sending notifications on new releases.