Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Caldera ¶
type Caldera struct { Creds Credentials Driver ChromeDP HomeURL string RepoPath string URL string Payload string }
Caldera contains parameters associated with MITRE CALDERA.
type ChromeDP ¶
type ChromeDP struct { Context context.Context Options *[]chromedp.ExecAllocatorOption Headless bool }
ChromeDP contains parameters associated with running ChromeDP.
type Credentials ¶
Credentials contains the credentials to access CALDERA.
type Payload ¶
type Payload struct { Name string `json:"name"` AutoClose bool `json:"auto_close"` State string `json:"state"` Autonomous int `json:"autonomous"` UseLearningParsers bool `json:"use_learning_parsers"` Obfuscator string `json:"obfuscator"` Jitter string `json:"jitter"` Visibility string `json:"visibility"` }
Payload is used to represent the POST body associated with the source for the attack.
Click to show internal directories.
Click to hide internal directories.