mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:25:25 +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>AAAA</code>
|
||||
|
||||
- <code>CAA</code>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
@ -338,7 +338,8 @@
|
||||
"PTR",
|
||||
"MX",
|
||||
"TXT",
|
||||
"AAAA"
|
||||
"AAAA",
|
||||
"CAA"
|
||||
],
|
||||
"type": "string",
|
||||
"title": "type of DNS request to make",
|
||||
|
||||
@ -1110,6 +1110,7 @@ func init() {
|
||||
"MX",
|
||||
"TXT",
|
||||
"AAAA",
|
||||
"CAA",
|
||||
}
|
||||
|
||||
FILERequestDoc.Type = "file.Request"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user