package
3.0.0+incompatible
Repository: https://github.com/bountysecurity/gbounty.git
Documentation: pkg.go.dev

# Functions

Modifiers returns a list of all available modifiers within the `modifier` package.
NewCustomTokens is a constructor function that creates a new instance of the [CustomTokens] modifier with the given [scan.CustomTokens].
NewEmail is a constructor function that creates a new instance of the [Email] modifier with the given email address.
NewHTTPMethod is a constructor function that creates a new instance of the [HTTPMethod] modifier.
NewInteractionHost is a constructor function that creates a new instance of the [InteractionHost] modifier with the given base url and host identifier.
NewMatchAndReplace is a constructor function that creates a new instance of the [MatchAndReplace] modifier.
NewRandom is a constructor function that creates a new instance of the [Random] modifier.
NewTemplate is a constructor function that creates a new instance of the [Template] modifier.
NewTimeout is a constructor function that creates a new instance of the [Timeout] modifier.

# Structs

CustomTokens is a [scan.Modifier] implementation that modifies the request with [scan.CustomTokens].
Email is a [scan.Modifier] implementation that modifies the request by replacing the {EMAIL} placeholder with the given email address.
HTTPMethod is a [scan.Modifier] implementation that changes the HTTP method of a [request.Request].
InteractionHost is a [scan.Modifier] implementation that replaces the interaction host placeholders (e.g.
MatchAndReplace is a [scan.Modifier] implementation that modifies the request by replacing the matched string or regular expression with the given string.
Random is a [scan.Modifier] implementation that modifies the request by replacing the {RANDOM} placeholder with a lower-cased ULID.
Template is a [scan.Modifier] implementation that modifies the request by replacing some specific placeholders (e.g.
Timeout is a [scan.Modifier] implementation that modifies the request by setting the timeout to the maximum value found in the time delay greps.