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

26 lines
505 B
YAML
Raw Normal View History

2021-08-24 04:24:34 +00:00
id: epson-web-control-detect
info:
name: Epson Printer
author: pussycat0x
2021-08-24 08:48:50 +00:00
severity: info
2021-08-24 04:24:34 +00:00
reference: https://www.exploit-db.com/ghdb/6873
2021-08-24 09:27:14 +00:00
tags: iot,printer,panel
2021-08-24 04:24:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/home"
2021-08-24 09:27:14 +00:00
2021-08-24 04:24:34 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-24 09:27:14 +00:00
- "Epson Web Control"
- "Basic Control"
- "Advanced"
condition: and
2021-08-24 04:24:34 +00:00
- type: status
status:
2021-08-24 08:48:50 +00:00
- 200