app

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package app provides the data structures and logic necessary for interacting with apps and services 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 RunAppDetect

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

RunAppDetect takes a target host and returns a report of all hosts and apps and services that were detected

Jump to

Keyboard shortcuts

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