Merge pull request #5712 from tess-ss/patch-26

Create novnc-login-panel.yaml
patch-1
Prince Chaddha 2022-10-18 13:32:37 +05:30 committed by GitHub
commit f559e0be31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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