nuclei-templates/http/exposed-panels/novnc-login-panel.yaml

38 lines
733 B
YAML
Raw Normal View History

2022-10-18 03:09:54 +00:00
id: novnc-login-panel
info:
name: noVNC Login Panel - Detect
2022-10-18 03:09:54 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-10-18 03:09:54 +00:00
metadata:
max-request: 2
2022-10-18 03:09:54 +00:00
verified: true
2023-01-24 09:53:54 +00:00
shodan-query: http.title:"noVNC"
2022-10-18 07:59:30 +00:00
tags: panel,novnc
2022-10-18 03:09:54 +00:00
http:
2022-10-18 03:09:54 +00:00
- method: GET
path:
- "{{BaseURL}}/vnc.html"
2022-10-18 07:59:30 +00:00
- "{{BaseURL}}:6080/vnc.html"
2022-10-18 03:09:54 +00:00
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
2022-10-18 07:59:30 +00:00
2022-10-18 03:09:54 +00:00
- type: word
part: body
words:
- '<title>noVNC</title>'
- type: status
status:
- 200