diff --git a/iot/epson-wf-series.yaml b/iot/epson-wf-series.yaml new file mode 100644 index 00000000000..7dbf2119986 --- /dev/null +++ b/iot/epson-wf-series.yaml @@ -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" \ No newline at end of file