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 |
---|---|---|---|---|
name | string | Optional | cannot be null | Untitled schema |
type | object | Required | cannot be null | Untitled schema |
regex | array | Optional | cannot be null | Untitled schema |
group | integer | Optional | cannot be null | Untitled schema |
kval | array | Optional | cannot be null | Untitled schema |
json | array | Optional | cannot be null | Untitled schema |
xpath | array | Optional | cannot be null | Untitled schema |
attribute | string | Optional | cannot be null | Untitled schema |
dsl | array | Optional | cannot be null | Untitled schema |
part | string | Optional | cannot be null | Untitled schema |
internal | boolean | Optional | cannot be null | Untitled schema |
case-insensitive | boolean | Optional | cannot be null | Untitled schema |
name
string
(name of the extractor)
string
(name of the extractor)
type
object
(Details)
object
(Details)
regex
string[]
string[]
group
integer
(group to extract from regex)
integer
(group to extract from regex)
kval
string[]
string[]
json
string[]
string[]
xpath
string[]
string[]
attribute
string
(optional attribute to extract from xpath)
string
(optional attribute to extract from xpath)
dsl
string[]
string[]
part
string
(part of response to extract data from)
string
(part of response to extract data from)
internal
boolean
(mark extracted value for internal variable use)
boolean
(mark extracted value for internal variable use)
case-insensitive
boolean
(use case insensitive extract)
boolean
(use case insensitive extract)