os

package
v0.0.28 Latest Latest
Warning

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

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

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.

func RunOSDetect

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

RunOSDetect 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