discover

package
v0.0.31 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTLSInfo

GetTLSInfo retrieves TLS details for a given address

func RunHostDiscovery

func RunHostDiscovery(ctx context.Context, target string, scantype string) (discoverFern.DiscoverHostReport, error)

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

func RunPortScan

RunPortScan takes a target host and a list of ports to scan and returns a report of all hosts that were scanned and their open ports.

func RunServiceFingerprint

RunServiceFingerprint performs a service fingerprint on the specified target

Types

type Report

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

func RunOsFingerprint

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

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

Directories

Path Synopsis
plugins

Jump to

Keyboard shortcuts

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