Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
Method string `yaml:"method"`
Path []string `yaml:"path"`
Headers map[string]string `yaml:"headers"`
Body string `yaml:"body"`
Matchers []Matcher `yaml:"matchers"`
MatchersCondition string `yaml:"matchers-condition"`
Redirects bool `yaml:"redirects"`
MaxRedirects int `yaml:"max-redirects"`
}
type Result ¶
type Result struct {
TemplateID string
Name string
Severity string
Matched bool
URL string
MatchedAt string
Evidence string
}
Result of a template execution
Click to show internal directories.
Click to hide internal directories.