Untitled object in undefined Schema

https://template#/$defs/Rule
AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenForbiddennonenuclei-schema.schema.json*

Rule Type

object (Details)

Rule Properties

PropertyTypeRequiredNullableDefined by
typestringOptionalcannot be nullUntitled schema
partstringOptionalcannot be nullUntitled schema
modestringOptionalcannot be nullUntitled schema
keysarrayOptionalcannot be nullUntitled schema
keys-regexarrayOptionalcannot be nullUntitled schema
valuesarrayOptionalcannot be nullUntitled schema
fuzzobjectOptionalcannot be nullUntitled schema
replace-regexstringOptionalcannot be nullUntitled schema

type

Type of fuzzing rule to perform

type

type Type

string (type of rule)

type Constraints

enum: the value of this property must be equal to one of the following values:

ValueExplanation
"replace"
"prefix"
"postfix"
"infix"
"replace-regex"

part

Part of request rule to fuzz

part

part Type

string (part of rule)

part Constraints

enum: the value of this property must be equal to one of the following values:

ValueExplanation
"query"
"header"
"path"
"body"
"cookie"
"request"

mode

Mode of request rule to fuzz

mode

mode Type

string (mode of rule)

mode Constraints

enum: the value of this property must be equal to one of the following values:

ValueExplanation
"single"
"multiple"

keys

Keys of parameters to fuzz

keys

keys Type

string[]

keys-regex

Regex of parameter keys to fuzz

keys-regex

keys-regex Type

string[]

values

Regex of parameter values to fuzz

values

values Type

string[]

fuzz

Payloads to perform fuzzing substitutions with

fuzz

fuzz Type

object (payloads of fuzz rule)

replace-regex

Regex for regex-replace rule type

replace-regex

replace-regex Type

string (replace regex of rule)