Untitled object in undefined Schema
Rule Type
object (Details)
Rule Properties
type
Type of fuzzing rule to performtype
- is optional
-
Type:
string(type of rule) - cannot be null
- defined in: Untitled schema
type Type
string (type of rule)
type Constraints
enum: the value of this property must be equal to one of the following values:part
Part of request rule to fuzzpart
- is optional
-
Type:
string(part of rule) - cannot be null
- defined in: Untitled schema
part Type
string (part of rule)
part Constraints
enum: the value of this property must be equal to one of the following values:mode
Mode of request rule to fuzzmode
- is optional
-
Type:
string(mode of rule) - cannot be null
- defined in: Untitled schema
mode Type
string (mode of rule)
mode Constraints
enum: the value of this property must be equal to one of the following values:keys
Keys of parameters to fuzzkeys
- is optional
-
Type:
string[] - cannot be null
- defined in: Untitled schema
keys Type
string[]
keys-regex
Regex of parameter keys to fuzzkeys-regex
- is optional
-
Type:
string[] - cannot be null
- defined in: Untitled schema
keys-regex Type
string[]
values
Regex of parameter values to fuzzvalues
- is optional
-
Type:
string[] - cannot be null
- defined in: Untitled schema
values Type
string[]
fuzz
Payloads to perform fuzzing substitutions withfuzz
- is optional
-
Type:
object(payloads of fuzz rule) - cannot be null
- defined in: Untitled schema
fuzz Type
object (payloads of fuzz rule)
replace-regex
Regex for regex-replace rule typereplace-regex
- is optional
-
Type:
string(replace regex of rule) - cannot be null
- defined in: Untitled schema
replace-regex Type
string (replace regex of rule)