nuclei-templates/exposed-panels/completeview-web-panel.yaml

34 lines
693 B
YAML
Raw Normal View History

2023-01-26 13:48:41 +00:00
id: completeview-web-panel
2023-01-23 20:23:42 +00:00
info:
name: CompleteView Panel - Detect
2023-01-23 20:23:42 +00:00
author: tess
severity: info
description: CompleteView 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
2023-01-23 20:23:42 +00:00
metadata:
verified: true
shodan-query: http.title:"CompleteView Web Client"
2023-01-26 13:48:41 +00:00
tags: panel,completeview
2023-01-23 20:23:42 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/en-US/login?return=/live-view'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CompleteView Web Client"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29