nuclei-templates/exposed-panels/epson-unauthorized-access-d...

33 lines
653 B
YAML
Raw Normal View History

2021-08-24 03:57:54 +00:00
id: epson-unauthorized-access-detect
2021-08-24 03:57:54 +00:00
info:
name: Epson Printer
author: pussycat0x
severity: medium
reference: https://www.exploit-db.com/ghdb/6922
tags: iot,printer,panel
2021-08-24 03:57:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/PRESENTATION/EPSONCONNECT"
2021-08-24 03:57:54 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Epson Connect"
- "/IMAGE/EPSONLOGO.PNG"
condition: and
2021-08-24 03:57:54 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "<title>([A-Z-0-9]+) Series</title>"