schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | fuzzing | Fuzzing describes rule schema to fuzz headless requests | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | cookie-reuse | Optional setting that enables cookie reuse | {"type": "boolean"} |
nuclei-jsonschema.json | args | Args contain arguments for the headless action | {"patternProperties": {".*": {"type": "string"}}, "type": "object"} |
nuclei-jsonschema.json | name | Name is the name assigned to the headless action | {"type": "string"} |
nuclei-jsonschema.json | description | Description of the headless action | {"type": "string"} |
nuclei-jsonschema.json | action | Type of actions to perform | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | engine.ActionTypeHolder | Type of actions to perform | {"enum": ["navigate", "script", "click", "rightclick", "text", "screenshot", "time", "select", "files", "waitload", "getresource", "extract", "setmethod", "addheader", "setheader", "deleteheader", "setbody", "waitevent", "keyboard", "debug", "sleep", "waitvisible"], "type": "string"} |
nuclei-jsonschema.json | http.HTTPMethodTypeHolder | Method is the HTTP Request Method | {"enum": ["GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH", "PURGE", "DEBUG"], "type": "string"} |
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | path | Path(s) to send http requests to | {"items": {"type": "string"}, "type": "array"} |
nuclei-jsonschema.json | raw | HTTP Requests in Raw Format | {"items": {"type": "string"}, "type": "array"} |
nuclei-jsonschema.json | id | ID for the HTTP Request | {"type": "string"} |
nuclei-jsonschema.json | name | Optional name for the HTTP Request | {"type": "string"} |
nuclei-jsonschema.json | attack | Attack is the type of payload combinations to perform | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | method | Method is the HTTP Request Method | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | body | Body is an optional parameter which contains HTTP Request body | {"type": "string"} |
nuclei-jsonschema.json | payloads | Payloads contains any payloads for the current request | {"patternProperties": {".*": {"additionalProperties": true}}, "type": "object"} |
nuclei-jsonschema.json | headers | Headers contains HTTP Headers to send with the request | {"patternProperties": {".*": {"type": "string"}}, "type": "object"} |
nuclei-jsonschema.json | race_count | Number of times to send a request in Race Condition Attack | {"type": "integer"} |
nuclei-jsonschema.json | max-redirects | Maximum number of redirects that should be followed | {"type": "integer"} |
nuclei-jsonschema.json | pipeline-concurrent-connections | Number of connections to create during pipelining | {"type": "integer"} |
nuclei-jsonschema.json | pipeline-requests-per-connection | Number of requests to send per connection when pipelining | {"type": "integer"} |
nuclei-jsonschema.json | threads | Threads specifies number of threads to use sending requests. This enables Connection Pooling | {"type": "integer"} |
nuclei-jsonschema.json | max-size | Maximum size of http response body to read in bytes | {"type": "integer"} |
nuclei-jsonschema.json | fuzzing | Fuzzing describes rule schema to fuzz http requests | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | signature | Signature is the HTTP Request signature Method | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | cookie-reuse | Optional setting that enables cookie reuse | {"type": "boolean"} |
nuclei-jsonschema.json | read-all | Enables force reading of entire unsafe http request body | {"type": "boolean"} |
nuclei-jsonschema.json | redirects | Specifies whether redirects should be followed by the HTTP Client | {"type": "boolean"} |
nuclei-jsonschema.json | host-redirects | Specifies whether redirects to the same host should be followed by the HTTP Client | {"type": "boolean"} |
nuclei-jsonschema.json | pipeline | Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining | {"type": "boolean"} |
nuclei-jsonschema.json | unsafe | Unsafe specifies whether to use rawhttp engine for sending Non RFC-Compliant requests | {"type": "boolean"} |
nuclei-jsonschema.json | race | Race determines if all the request have to be attempted at the same time (Race Condition) | {"type": "boolean"} |
nuclei-jsonschema.json | req-condition | Automatically assigns numbers to requests and preserves their history | {"type": "boolean"} |
nuclei-jsonschema.json | stop-at-first-match | Stop the execution after a match is found | {"type": "boolean"} |
nuclei-jsonschema.json | skip-variables-check | Skips the check for unresolved variables in request | {"type": "boolean"} |
nuclei-jsonschema.json | iterate-all | Iterates all the values extracted from internal extractors | {"type": "boolean"} |
nuclei-jsonschema.json | digest-username | Optional parameter which specifies the username for digest auth | {"type": "string"} |
nuclei-jsonschema.json | digest-password | Optional parameter which specifies the password for digest auth | {"type": "string"} |
nuclei-jsonschema.json | disable-path-automerge | Disable merging target url path with raw request path | {"type": "boolean"} |
nuclei-jsonschema.json | http.SignatureTypeHolder | Type of the signature | {"enum": ["AWS"], "type": "string"} |
nuclei-jsonschema.json | data | Data is the data to send as the input | {"type": "string"} |
nuclei-jsonschema.json | type | Type of input specified in data field | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | read | Number of bytes to read from socket | {"type": "integer"} |
nuclei-jsonschema.json | name | Optional name of the data read to provide matching on | {"type": "string"} |
nuclei-jsonschema.json | network.NetworkInputTypeHolder | description=Type of input specified in data field | {"enum": ["hex", "text"], "type": "string"} |
nuclei-jsonschema.json | id | ID of the network request | {"type": "string"} |
nuclei-jsonschema.json | host | Host to send network requests to | {"items": {"type": "string"}, "type": "array"} |
nuclei-jsonschema.json | attack | Attack is the type of payload combinations to perform | {} |
nuclei-jsonschema.json | payloads | Payloads contains any payloads for the current request | {"patternProperties": {".*": {"additionalProperties": true}}, "type": "object"} |
nuclei-jsonschema.json | inputs | Inputs contains any input/output for the current request | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | read-size | Size of response to read at the end. Default is 1024 bytes | {"type": "integer"} |
nuclei-jsonschema.json | read-all | Read all response stream till the server stops sending | {"type": "boolean"} |
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | address | Address contains address for the request | {"type": "string"} |
nuclei-jsonschema.json | min_version | Minimum tls version - automatic if not specified. | {"enum": ["sslv3", "tls10", "tls11", "tls12", "tls13"], "type": "string"} |
nuclei-jsonschema.json | max_version | Max tls version - automatic if not specified. | {"enum": ["sslv3", "tls10", "tls11", "tls12", "tls13"], "type": "string"} |
nuclei-jsonschema.json | scan_mode | Scan Mode - auto if not specified. | {"enum": ["ctls", "ztls", "auto"], "type": "string"} |
nuclei-jsonschema.json | data | Data is the data to send as the input | {"type": "string"} |
nuclei-jsonschema.json | name | Optional name of the data read to provide matching on | {"type": "string"} |
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | address | Address contains address for the request | {"type": "string"} |
nuclei-jsonschema.json | inputs | Inputs contains any input/output for the current request | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | headers | Headers contains headers for the request | {"patternProperties": {".*": {"type": "string"}}, "type": "object"} |
nuclei-jsonschema.json | attack | Attack is the type of payload combinations to perform | {} |
nuclei-jsonschema.json | payloads | Payloads contains any payloads for the current request | {"patternProperties": {".*": {"additionalProperties": true}}, "type": "object"} |
nuclei-jsonschema.json | matchers | Detection mechanism to identify whether the request was successful by doing pattern matching | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | extractors | Extractors contains the extraction mechanism for the request to identify and extract parts of the response | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | matchers-condition | Conditions between the matchers | {"enum": ["and", "or"], "type": "string"} |
nuclei-jsonschema.json | query | Query contains query for the request | {"type": "string"} |
nuclei-jsonschema.json | server | Server contains the server url to execute the WHOIS request on | {"type": "string"} |
nuclei-jsonschema.json | id | The Unique ID for the template | {"pattern": "^([a-zA-Z0-9]+[-_])*[a-zA-Z0-9]+$", "type": "string", "examples": ["cve-2021-19520"]} |
nuclei-jsonschema.json | info | Info contains metadata for the template | {"$schema": "http://json-schema.org/draft-04/schema#"} |
nuclei-jsonschema.json | requests | HTTP requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | http | HTTP requests to make for the template | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | dns | DNS requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | file | File requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | network | Network requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | tcp | Network requests to make for the template | {"items": {}, "type": "array"} |
nuclei-jsonschema.json | headless | Headless requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | ssl | SSL requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | websocket | Websocket requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | whois | WHOIS requests to make for the template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | workflows | List of workflows to execute for template | {"items": {"$schema": "http://json-schema.org/draft-04/schema#"}, "type": "array"} |
nuclei-jsonschema.json | self-contained | Mark Requests for the template as self-contained | {"type": "boolean"} |
nuclei-jsonschema.json | stop-at-first-match | Stop at first match for the template | {"type": "boolean"} |
nuclei-jsonschema.json | signature | Signature is the HTTP Request signature Method | {} |
nuclei-jsonschema.json | variables | Variables contains any variables for the current request | {"$schema": "http://json-schema.org/draft-04/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.