scanner

package
v0.0.0-...-71d4f67 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *nmapStruct

Types

type NmapSvc

type NmapSvc interface {
	ParsePreviousScan(scanBytes []byte) (map[string]map[uint16]bool, error)
	SetupScan() error
	SetupNmap(ipAddresses []string) (nmapStruct, error)
	StartScan() (map[string]map[uint16]bool, error)
	DiffScans(instancesFromCurrentScan map[string]map[uint16]bool, instancesFromPreviousScan map[string]map[uint16]bool) (map[string]map[uint16]bool, error)
}

Jump to

Keyboard shortcuts

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