Skip to content

noVNC Login Panel - Detect

ID: novnc-login-panel

Severity: info

Author: tess

Tags: panel,novnc

noVNC login panel was detected.

id: novnc-login-panel
info:
name: noVNC Login Panel - Detect
author: tess
severity: info
description: noVNC login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:novnc:novnc:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.title:"noVNC"
product: novnc
vendor: novnc
tags: panel,novnc
http:
- method: GET
path:
- "{{BaseURL}}/vnc.html"
- "{{BaseURL}}:6080/vnc.html"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>noVNC</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100f6c7cbdba2ad24c62529bb781440dcd79104282aa9427a43734a28cc0a68204a02204a61fa5899e0fdee8f9196a772c62d50d18d938e69a1ada20f1671c068450ca6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/novnc-login-panel.yaml"

View on Github