Documentation
¶
Overview ¶
Description: This file contains the implementation of the URL parser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectFUZZIdentifiers ¶
Types ¶
type FuzzContext ¶
func NewFuzzContext ¶
func NewFuzzContext(fuzzIdentifier string) *FuzzContext
NewFuzzContext creates a new FuzzContext with the given fuzz identifier
func (*FuzzContext) UpdateURLWithFuzzPaths ¶
func (ctx *FuzzContext) UpdateURLWithFuzzPaths(rawURL string) ([]*URL, error)
UpdateURLWithFuzzPaths updates the parsed list of URLs with fuzzable paths from the given raw URL
func (*FuzzContext) UpdateURLsWithFuzzPaths ¶
func (ctx *FuzzContext) UpdateURLsWithFuzzPaths(rawURLs []string) ([]*URL, []error)
UpdateURLsWithFuzzPaths updates the parsed list of URLs with fuzzable paths from the given raw URLs
Click to show internal directories.
Click to hide internal directories.