nuclei-templates/exposed-panels/epson-web-control-detect.yaml

33 lines
628 B
YAML

id: epson-web-control-detect
info:
name: Epson Printer
author: pussycat0x
severity: info
description: An Epson printer web panel was discovered.
reference:
- https://www.exploit-db.com/ghdb/6873
classification:
cwe-id: CWE-200
tags: iot,printer,panel,unauth,epson
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/home"
matchers-condition: and
matchers:
- type: word
words:
- "Epson Web Control"
- "Basic Control"
- "Advanced"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/03/24