mirror of https://github.com/daffainfo/nuclei.git
Auto Generate Syntax Docs + JSONSchema [Thu Dec 16 10:52:36 UTC 2021] 🤖
parent
07e7d0795b
commit
8b20f384a7
|
@ -2561,7 +2561,7 @@ extensions:
|
|||
</div>
|
||||
<div class="dt">
|
||||
|
||||
ExtensionDenylist is the list of file extensions to deny during matching.
|
||||
DenyList is the list of file, directories or extensions to deny during matching.
|
||||
|
||||
By default, it contains some non-interesting extensions that are hardcoded
|
||||
in nuclei.
|
||||
|
|
|
@ -472,8 +472,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"type": "array",
|
||||
"title": "extensions to deny match",
|
||||
"description": "List of file extensions to deny during matching"
|
||||
"title": "denylist",
|
||||
"description": "List of files"
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
|
|
|
@ -1139,8 +1139,8 @@ func init() {
|
|||
FILERequestDoc.Fields[4].Name = "denylist"
|
||||
FILERequestDoc.Fields[4].Type = "[]string"
|
||||
FILERequestDoc.Fields[4].Note = ""
|
||||
FILERequestDoc.Fields[4].Description = "ExtensionDenylist is the list of file extensions to deny during matching.\n\nBy default, it contains some non-interesting extensions that are hardcoded\nin nuclei."
|
||||
FILERequestDoc.Fields[4].Comments[encoder.LineComment] = "ExtensionDenylist is the list of file extensions to deny during matching."
|
||||
FILERequestDoc.Fields[4].Description = "DenyList is the list of file, directories or extensions to deny during matching.\n\nBy default, it contains some non-interesting extensions that are hardcoded\nin nuclei."
|
||||
FILERequestDoc.Fields[4].Comments[encoder.LineComment] = "DenyList is the list of file, directories or extensions to deny during matching."
|
||||
|
||||
FILERequestDoc.Fields[4].AddExample("", []string{".avi", ".mov", ".mp3"})
|
||||
FILERequestDoc.Fields[5].Name = "id"
|
||||
|
|
Loading…
Reference in New Issue