mirror of https://github.com/daffainfo/nuclei.git
Auto Generate Syntax Docs + JSONSchema [Mon Apr 15 14:44:52 UTC 2024] 🤖
parent
998a25d744
commit
f2c0b4b443
|
@ -2750,6 +2750,8 @@ Enum Values:
|
|||
- <code>TLSA</code>
|
||||
|
||||
- <code>ANY</code>
|
||||
|
||||
- <code>SRV</code>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
"AAAA",
|
||||
"CAA",
|
||||
"TLSA",
|
||||
"ANY"
|
||||
"ANY",
|
||||
"SRV"
|
||||
],
|
||||
"title": "type of DNS request to make",
|
||||
"description": "Type is the type of DNS request to make"
|
||||
|
|
|
@ -1166,6 +1166,7 @@ func init() {
|
|||
"CAA",
|
||||
"TLSA",
|
||||
"ANY",
|
||||
"SRV",
|
||||
}
|
||||
|
||||
FILERequestDoc.Type = "file.Request"
|
||||
|
|
Loading…
Reference in New Issue