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* |
object
(Details)
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
object
(type of matcher)
object
(type of matcher)
condition
string
(condition between matcher variables)
string
(condition between matcher variables)
Value | Explanation |
---|---|
"and" | |
"or" |
part
string
(part of response to match)
string
(part of response to match)
negative
boolean
(negative specifies if match reversed)
boolean
(negative specifies if match reversed)
name
string
(name of the matcher)
string
(name of the matcher)
status
integer[]
integer[]
size
integer[]
integer[]
words
string[]
string[]
regex
string[]
string[]
binary
string[]
string[]
dsl
string[]
string[]
xpath
string[]
string[]
encoding
string
(encoding for word field)
string
(encoding for word field)
Value | Explanation |
---|---|
"hex" |
case-insensitive
boolean
(use case insensitive match)
boolean
(use case insensitive match)
match-all
boolean
(match all values)
boolean
(match all values)
internal
boolean
(hide matcher from output)
boolean
(hide matcher from output)