From 5efa716b73bf402a80d3fa8ccfd7e28c56d67ffa Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 4 Jun 2021 20:24:08 +0530 Subject: [PATCH] Added epson-wf-series --- iot/epson-wf-series.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 iot/epson-wf-series.yaml 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