Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetAWSExploiter ¶
func SetAWSExploiter(exploiter awsExploiter)
SetAWSExploiter is used to set, either the stsCredentials provider used to access AWS or the mock test implementation
func TryGetExploitFunction ¶
TryGetExploitFunction Use reflection to attempt linkage to configured ExploitFn.
Types ¶
type Exploit ¶
type Exploit struct { Fn string Secret string Filename string Output string //strategy specific information set by the strategy method }
Exploit is the receiver used to run the optional configurable function, exploitFn. Secret is the detected secret found in the file specified in Filename. Fn is the name of the function found by reflection. Fn may set any JSON formatted data in the Output field. When not empty, Output will be written to the output defect report under AdditionalInfo
Click to show internal directories.
Click to hide internal directories.