mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 22:25:43 +00:00
Auto Generate Syntax Docs + JSONSchema [Thu Dec 16 10:52:36 UTC 2021] 🤖
This commit is contained in:
parent
07e7d0795b
commit
8b20f384a7
@ -2561,7 +2561,7 @@ extensions:
|
|||||||
</div>
|
</div>
|
||||||
<div class="dt">
|
<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
|
By default, it contains some non-interesting extensions that are hardcoded
|
||||||
in nuclei.
|
in nuclei.
|
||||||
|
|||||||
@ -472,8 +472,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "extensions to deny match",
|
"title": "denylist",
|
||||||
"description": "List of file extensions to deny during matching"
|
"description": "List of files"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
@ -1139,8 +1139,8 @@ func init() {
|
|||||||
FILERequestDoc.Fields[4].Name = "denylist"
|
FILERequestDoc.Fields[4].Name = "denylist"
|
||||||
FILERequestDoc.Fields[4].Type = "[]string"
|
FILERequestDoc.Fields[4].Type = "[]string"
|
||||||
FILERequestDoc.Fields[4].Note = ""
|
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].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] = "ExtensionDenylist is the list of file extensions to deny during matching."
|
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[4].AddExample("", []string{".avi", ".mov", ".mp3"})
|
||||||
FILERequestDoc.Fields[5].Name = "id"
|
FILERequestDoc.Fields[5].Name = "id"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user