38 lines
760 B
YAML
38 lines
760 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
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|