Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Scan command ScanCmd = &cobra.Command{ Use: "scan", Short: "Discover open ports and services on a given target or a list of targets.", Long: "Discover open ports with services on a given target using TCP and/or UDP protocols.", RunE: scan, } )
Functions ¶
Types ¶
type DiscoveryResult ¶
type DiscoveryResult struct { SessionLayer string PresentationLayer string ApplicationLayer string IsAuthenticated bool Properties map[string]interface{} }
func ScanTargets ¶
Click to show internal directories.
Click to hide internal directories.