mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 01:15:27 +00:00
Auto Generate Syntax Docs + JSONSchema [Thu Feb 3 05:55:07 UTC 2022] 🤖
This commit is contained in:
parent
04f8f84c9d
commit
ddd652c3ed
@ -2506,6 +2506,8 @@ Enum Values:
|
|||||||
- <code>TXT</code>
|
- <code>TXT</code>
|
||||||
|
|
||||||
- <code>AAAA</code>
|
- <code>AAAA</code>
|
||||||
|
|
||||||
|
- <code>CAA</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@ -338,7 +338,8 @@
|
|||||||
"PTR",
|
"PTR",
|
||||||
"MX",
|
"MX",
|
||||||
"TXT",
|
"TXT",
|
||||||
"AAAA"
|
"AAAA",
|
||||||
|
"CAA"
|
||||||
],
|
],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "type of DNS request to make",
|
"title": "type of DNS request to make",
|
||||||
|
|||||||
@ -1110,6 +1110,7 @@ func init() {
|
|||||||
"MX",
|
"MX",
|
||||||
"TXT",
|
"TXT",
|
||||||
"AAAA",
|
"AAAA",
|
||||||
|
"CAA",
|
||||||
}
|
}
|
||||||
|
|
||||||
FILERequestDoc.Type = "file.Request"
|
FILERequestDoc.Type = "file.Request"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user