Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YamlMultiDocFormat ¶
type YamlMultiDocFormat struct {
// contains filtered or unexported fields
}
YamlMultiDocFormat is a Yaml format parser for nuclei input HTTP requests with multiple documents separated by ---
func (*YamlMultiDocFormat) Name ¶
func (j *YamlMultiDocFormat) Name() string
Name returns the name of the format
func (*YamlMultiDocFormat) Parse ¶
func (j *YamlMultiDocFormat) Parse(input string, resultsCb formats.ParseReqRespCallback) error
Parse parses the input and calls the provided callback function for each RawRequest it discovers.
func (*YamlMultiDocFormat) SetOptions ¶
func (j *YamlMultiDocFormat) SetOptions(options formats.InputFormatOptions)
Click to show internal directories.
Click to hide internal directories.