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",