From 6df3a79f5636a53bb454f074c1f7124c5cc00c51 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:44:02 +0400 Subject: [PATCH] Create vnc-workflow.yaml --- workflows/vnc-workflow.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 workflows/vnc-workflow.yaml diff --git a/workflows/vnc-workflow.yaml b/workflows/vnc-workflow.yaml new file mode 100644 index 00000000000..2bed8baa96f --- /dev/null +++ b/workflows/vnc-workflow.yaml @@ -0,0 +1,12 @@ +id: vnc-workflow + +info: + name: VNC Security Checks + author: pussycat0x + description: A workflow that runs VNC-related security checks including service detection, unauthenticated access detection, and default login credential testing. + +workflows: + - template: network/detection/vnc-service-detect.yaml + subtemplates: + - template: javascript/misconfiguration/unauth-vnc-server-detect.yaml + - template: javascript/default-logins/vnc-default-login.yaml