43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: epson-access-detect
|
|
|
|
info:
|
|
name: Epson Device Unauthorized Access Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: A publicly available Epson device panel (printer, scanner, etc.) was detected.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6922
|
|
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
|
|
cwe-id: CWE-668
|
|
metadata:
|
|
max-request: 1
|
|
tags: iot,printer,panel,unauth,epson,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/PRESENTATION/EPSONCONNECT"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Epson Connect"
|
|
- "/IMAGE/EPSONLOGO.PNG"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "<title>([A-Z-0-9]+) Series</title>"
|
|
|
|
# digest: 4b0a0048304602210097b5b71fe72ccf06ba0cc8aac20841642f5af54295f46ef09f36a9b43367d1e9022100c1c054860439eecaba844a252a9ad97d5b2b27983d6fb588eb67ee314f234d4f:922c64590222798bb761d5b6d8e72950
|