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