Untitled object in undefined Schema
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | nuclei-schema.schema.json* |
items Type
object
(Details)
items Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | object | Required | cannot be null | Untitled schema |
condition | string | Optional | cannot be null | Untitled schema |
part | string | Optional | cannot be null | Untitled schema |
negative | boolean | Optional | cannot be null | Untitled schema |
name | string | Optional | cannot be null | Untitled schema |
status | array | Optional | cannot be null | Untitled schema |
size | array | Optional | cannot be null | Untitled schema |
words | array | Optional | cannot be null | Untitled schema |
regex | array | Optional | cannot be null | Untitled schema |
binary | array | Optional | cannot be null | Untitled schema |
dsl | array | Optional | cannot be null | Untitled schema |
xpath | array | Optional | cannot be null | Untitled schema |
encoding | string | Optional | cannot be null | Untitled schema |
case-insensitive | boolean | Optional | cannot be null | Untitled schema |
match-all | boolean | Optional | cannot be null | Untitled schema |
internal | boolean | Optional | cannot be null | Untitled schema |
type
Type of the matchertype
- is required
-
Type:
object
(type of matcher) - cannot be null
- defined in: Untitled schema
type Type
object
(type of matcher)
condition
Condition between the matcher variablescondition
- is optional
-
Type:
string
(condition between matcher variables) - cannot be null
- defined in: Untitled schema
condition Type
string
(condition between matcher variables)
condition Constraints
enum: the value of this property must be equal to one of the following values:Value | Explanation |
---|---|
"and" | |
"or" |
part
Part of response to match data frompart
- is optional
-
Type:
string
(part of response to match) - cannot be null
- defined in: Untitled schema
part Type
string
(part of response to match)
negative
Negative specifies if the match should be reversed. It will only match if the condition is not truenegative
- is optional
-
Type:
boolean
(negative specifies if match reversed) - cannot be null
- defined in: Untitled schema
negative Type
boolean
(negative specifies if match reversed)
name
Name of the matchername
- is optional
-
Type:
string
(name of the matcher) - cannot be null
- defined in: Untitled schema
name Type
string
(name of the matcher)
status
Status to match for the responsestatus
- is optional
-
Type:
integer[]
- cannot be null
- defined in: Untitled schema
status Type
integer[]
size
Size is the acceptable size for the responsesize
- is optional
-
Type:
integer[]
- cannot be null
- defined in: Untitled schema
size Type
integer[]
words
Words contains word patterns required to be present in the response partwords
- is optional
-
Type:
string[]
- cannot be null
- defined in: Untitled schema
words Type
string[]
regex
Regex contains regex patterns required to be present in the response partregex
- is optional
-
Type:
string[]
- cannot be null
- defined in: Untitled schema
regex Type
string[]
binary
Binary are the binary patterns required to be present in the response partbinary
- is optional
-
Type:
string[]
- cannot be null
- defined in: Untitled schema
binary Type
string[]
dsl
DSL are the dsl expressions that will be evaluated as part of nuclei matching rulesdsl
- is optional
-
Type:
string[]
- cannot be null
- defined in: Untitled schema
dsl Type
string[]
xpath
xpath are the XPath queries that will be evaluated against the response part of nuclei matching rulesxpath
- is optional
-
Type:
string[]
- cannot be null
- defined in: Untitled schema
xpath Type
string[]
encoding
Optional encoding for the word fieldsencoding
- is optional
-
Type:
string
(encoding for word field) - cannot be null
- defined in: Untitled schema
encoding Type
string
(encoding for word field)
encoding Constraints
enum: the value of this property must be equal to one of the following values:Value | Explanation |
---|---|
"hex" |
case-insensitive
use case insensitive matchcase-insensitive
- is optional
-
Type:
boolean
(use case insensitive match) - cannot be null
- defined in: Untitled schema
case-insensitive Type
boolean
(use case insensitive match)
match-all
match all matcher values ignoring conditionmatch-all
- is optional
-
Type:
boolean
(match all values) - cannot be null
- defined in: Untitled schema
match-all Type
boolean
(match all values)
internal
hide matcher from outputinternal
- is optional
-
Type:
boolean
(hide matcher from output) - cannot be null
- defined in: Untitled schema
internal Type
boolean
(hide matcher from output)