Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunNetworkApplicationEnumerate ¶
func RunNetworkApplicationEnumerate(ctx context.Context, targets []string, networkApplication enumerateFern.NetworkApplication, timeout int) (enumerateFern.NetworkApplicationEnumerateReport, error)
Types ¶
type NetworkApplicationEngine ¶
type NetworkApplicationEngine struct {
Library NetworkApplicationLibrary
}
type NetworkApplicationLibrary ¶
type NetworkApplicationLibrary interface {
EnumerateTarget(ctx context.Context, target string) (*enumerateFern.NetworkApplicationEnumerateDetails, []string)
}
Click to show internal directories.
Click to hide internal directories.