host

package
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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

This section is empty.

Types

type Details

type Details struct {
	Host string `json:"host" yaml:"host"`
	IP   string `json:"ip" yaml:"ip"`
}

Details represents a singular instance of a host that was scanned

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.

func RunHostDiscover

func RunHostDiscover(ctx context.Context, target string, scantype string) (Report, error)

RunHostDiscover takes a target host (which can be a CIDR) and a scantype and returns a report of all hosts that were discovered

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL