Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct { Hosts map[string]ReportHost CountMatchedHosts int CountMatchedPorts int CountMatchedFindings int AllPlugins []Plugin }
Collection is a map which maps an IP to an associated Report host.
func Parse ¶
func Parse(in string) (*Collection, error)
Parse will walk through a dir or a file and process (dir: all .nessus files) ReportHosts with their associated data will be assigned to a collections map The Collection will be returned so it can be worked on
type Finding ¶
type Finding struct { PluginID string PluginName string Severity string Description string Output string }
Finding represents a finding
Click to show internal directories.
Click to hide internal directories.