package
0.0.0-20240924094734-5be76870bfa2
Repository: https://github.com/chainreactors/neutron.git
Documentation: pkg.go.dev

# Functions

GetSupportedExtractorTypes returns list of supported types.
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{}).

# Constants

ANDCondition matches responses with AND condition in arguments.
BinaryMatcher matches responses with words.
name:ExtractorType.
DSLMatcher matches based upon dsl syntax.
name:kval.
ORCondition matches responses with AND condition in arguments.
name:regex.
RegexMatcher matches responses with regexes.
SizeMatcher matches responses with response size.
StatusMatcher matches responses with status codes.
WordsMatcher matches responses with words.

# Structs

Extractor is used to extract part of response using a regex.
No description provided by the author
operators contains the operators that can be applied on protocols.
Result is a result structure created from operators running on data.

# Type aliases

conditionType is the type of condition for matcher.
ExtractorType is the type of the extractor specified.
MatcherType is the type of the matcher specified.