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