package
3.2.7-fix1
Repository: https://github.com/explorer1092/nuclei.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package extractors implements extractors for http response data retrieval.
Package matchers implements matchers for http response matching with templates.

# Functions

EvalBoolSlice evaluates a slice of bools using a logical AND.
GetMatcherName returns matchername of given matcher.
MakeDynamicValuesCallback takes an input dynamic values map and calls the callback function with all variations of the data in input in form of map[string]string (interface{}).

# Structs

Operators contains the operators that can be applied on protocols.
Result is a result structure created from operators running on data.

# Type aliases

ExtractFunc performs extracting operation for an extractor on model and returns true or false.
MatchFunc performs matching operation for a matcher on model and returns true or false.