From cb05f55251691eaff8e8d821cfa4cfc0e85cbb40 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 2 Sep 2024 10:01:02 +0000 Subject: [PATCH] Auto Generate Syntax Docs + JSONSchema [Mon Sep 2 10:01:02 UTC 2024] :robot: --- SYNTAX-REFERENCE.md | 2 ++ nuclei-jsonschema.json | 1 + pkg/templates/templates_doc.go | 1 + 3 files changed, 4 insertions(+) diff --git a/SYNTAX-REFERENCE.md b/SYNTAX-REFERENCE.md index 28bb5bdf2..c75732149 100755 --- a/SYNTAX-REFERENCE.md +++ b/SYNTAX-REFERENCE.md @@ -3682,6 +3682,8 @@ Enum Values: - waitevent + - dialog + - keyboard - debug diff --git a/nuclei-jsonschema.json b/nuclei-jsonschema.json index cd8f8fa0b..993a74450 100644 --- a/nuclei-jsonschema.json +++ b/nuclei-jsonschema.json @@ -256,6 +256,7 @@ "deleteheader", "setbody", "waitevent", + "waitdialog", "keyboard", "debug", "sleep", diff --git a/pkg/templates/templates_doc.go b/pkg/templates/templates_doc.go index 5171e2a88..b484dad56 100644 --- a/pkg/templates/templates_doc.go +++ b/pkg/templates/templates_doc.go @@ -1612,6 +1612,7 @@ func init() { "deleteheader", "setbody", "waitevent", + "dialog", "keyboard", "debug", "sleep",