Files
nuclei-templates/exposed-panels/deos-openview-admin.yaml
sullo a4c3496484 Admin panels for DEOS OPENview and OPEN500EMS (#4888)
* Admin panel discovery for:
* DEOS OPENview
* DEOS OPEN500EMS

* Fix paths

* Add check for login page of Sicom MGRNG
2022-07-21 21:09:58 +05:30

32 lines
703 B
YAML

id: deos-openview-panel
info:
name: DEOS OPENview Admin Panel Unauthenticated Access
author: sullo
severity: high
description: The DEOS OPENview administrative panel is accessible without authentication.
reference: https://www.deos-ag.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
cvss-score: 8.6
cwe-id: CWE-284
tags: openview,disclosure,panel
requests:
- method: GET
path:
- "{{BaseURL}}/client/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>OPENview</title>'
# Enhanced by cs on 2022/07/22