Skip to content

CompleteView Panel - Detect

ID: completeview-web-panel

Severity: info

Author: tess

Tags: panel,completeview

CompleteView panel was detected.

id: completeview-web-panel
info:
name: CompleteView Panel - Detect
author: tess
severity: info
description: CompleteView panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"CompleteView Web Client"
tags: panel,completeview
http:
- 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
# digest: 4a0a00473045022100bef9fc4b728fe80d87afbc705a03590aa6813cc5eaf135aa4b09eff6b90f871202202de1712f2ce4c89a1fe90703a7cc4a6c171918ad0595d0b37b3f420b3cb6874d: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/completeview-web-panel.yaml"

View on Github