Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct { Id string `json:"id"` Fingers []string `json:"finger"` Chains []string `json:"chain"` Info struct { Name string `json:"name"` //Author string `json:"author"` Severity string `json:"severity"` Description string `json:"description"` //Reference string `json:"reference"` //Vendor string `json:"vendor"` Tags string `json:"tags"` } `json:"info"` RequestsHTTP []http.Request `json:"requests"` RequestsNetwork []network.Request `json:"network"` //RequestsTCP []tcp.Request `json:"network"` // TotalRequests is the total number of requests for the template. TotalRequests int `yaml:"-" json:"-"` // Executor is the actual template executor for running template requests Executor *executer.Executer `yaml:"-" json:"-"` }
Click to show internal directories.
Click to hide internal directories.