mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-24 12:33:22 +08:00
Create vnc-workflow.yaml
This commit is contained in:
12
workflows/vnc-workflow.yaml
Normal file
12
workflows/vnc-workflow.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user