nuclei-templates/exposed-panels/iomega-emc-shared-nas.yaml

38 lines
765 B
YAML

id: iomega-emc-shared-nas
info:
name: Iomega LenovoEMC NAS Login Panel - Detect
author: e_schultze_
severity: info
description: Iomega LenovoEMC NAS login 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
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/cp/Shares?user=&protocol=webaccess&v=2.3"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"access":"read"'
- '"access":"readwrite"'
condition: or
part: body
- type: word
words:
- "iomega"
part: header
# Enhanced by md on 2022/11/21