Documentation
¶
Overview ¶
Package os provides the data structures and logic necessary for interacting with operating systems on a network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Run nmap.Run `json:"run" yaml:"run"`
Errors []string `json:"errors" yaml:"errors"`
}
Report represents the final output of a hostdiscover scan, including all hosts that were scanned. It includes all of the hosts that were scanned alongside any non-fatal errors that were encountered during the scan.
Click to show internal directories.
Click to hide internal directories.