Documentation
¶
Overview ¶
Package host provides the data structures and logic necessary for interacting with hosts on a network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunHostBannerGrab ¶ added in v0.0.6
func RunHostBannerGrab(ctx context.Context, timeout int, target string, port uint16) (*networkscan.BannerGrabReport, error)
RunHostBannerGrab performs a banner grab on the specified target
Types ¶
type Report ¶
type Report struct {
Hosts []Details `json:"hosts" yaml:"hosts"`
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.