Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + type Exploit struct + CveID string + Description string + ID string + Name string + SourceDB string + Title string + URLs []string + type Results struct + Error error + Exploits []Exploit + ScannedInput string + ScannerName string + func (r *Results) GetError() error + type ScannersConfig struct + ExploitDB config.Config + func (ScannersConfig) IsConfig()