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

32 lines
540 B
YAML

id: novnc-login-panel
info:
name: novnc Login Panel
author: tess
severity: info
metadata:
verified: true
shodan-dork: http.title:"noVNC"
tags: panel,novnc
requests:
- 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