package
2.3.9-yak-beta1
Repository: https://github.com/yaklang/nuclei.git
Documentation: pkg.go.dev

# Functions

CopyMap creates a new copy of an existing map.
CopyMapWithDefaultValue creates a new copy of an existing map and set a default value.
ExpandMapValues converts values from flat string to strings slice.
MergeMaps merges two maps into a new map.
New creates a new generator structure for payload generation.
TrimDelimiters removes trailing brackets.

# Constants

ClusterBomb replaces variables with all possible combinations of values.
PitchFork replaces variables with positional value from multiple wordlists.
Sniper replaces each variables with values at a time.

# Variables

StringToType is an table for conversion of attack type from string.

# Structs

Generator is the generator struct for generating payloads.
Iterator is a single instance of an iterator for a generator structure.

# Type aliases

Type is type of attack.