host

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: May 12, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package host provides the data structures and logic necessary for interacting with hosts on a network.

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 RunHostDiscover

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

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

Types

type Report

type Report struct {
	Run    nmap.Run `json:"run" yaml:"run"`
	Errors []string `json:"errors" yaml:"errors"`
}

func RunHostFingerprint added in v0.0.29

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

RunHostFingerprint takes a target host and returns a report of all hosts and OS that were detected

Jump to

Keyboard shortcuts

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