Added epson-wf-series
parent
e4c1927a2f
commit
5efa716b73
|
@ -0,0 +1,23 @@
|
||||||
|
id: epson-wf-series
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Epson WF Series Detection
|
||||||
|
author: aashiq
|
||||||
|
severity: info
|
||||||
|
description: Searches for Epson WF series printers on the domain
|
||||||
|
tags: iot,printer
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/PRESENTATION/HTML/TOP/PRTINFO.HTML"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "SEIKO EPSON"
|
Loading…
Reference in New Issue