Skip to content

Epson WF Series Detection

ID: epson-wf-series

Severity: info

Author: aashiq

Tags: iot,printer

Searches for Epson WF series printers on the domain

id: epson-wf-series
info:
name: Epson WF Series Detection
author: aashiq
severity: info
description: Searches for Epson WF series printers on the domain
metadata:
max-request: 1
tags: iot,printer
http:
- method: GET
path:
- "{{BaseURL}}/PRESENTATION/HTML/TOP/PRTINFO.HTML"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "SEIKO EPSON"
# digest: 4b0a004830460221008f6b461f3f4fcb4716ff7a219ef4f9284f2aa3284115821f60937735046830f8022100d7fd7266885c3fc9185db4e95c0046d44bc0cc4e1d57ba3de7e6d66ba45dfb7d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/epson-wf-series.yaml"

View on Github