Documentation
¶
Overview ¶
Package port provides the data structures and logic necessary for interacting with ports on a network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunPortScan ¶
func RunPortScan(ctx context.Context, target string, ports string, topport string, threads int, scantype string) (*portFern.PortScanReport, error)
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 RunPortScanValidate ¶ added in v0.0.16
func RunPortScanValidate(ctx context.Context, config *portFern.PortScanValidateConfig) (*portFern.PortScanValidateReport, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.