Epson Printer
ID: epson-web-control-detect
Severity: info
Author: pussycat0x
Tags: panel,unauth,epson,edb,iot,printer
Description
Section titled “Description”An Epson printer web panel was discovered.
YAML Source
Section titled “YAML Source”id: epson-web-control-detect
info: name: Epson Printer author: pussycat0x severity: info description: An Epson printer web panel was discovered. reference: - https://www.exploit-db.com/ghdb/6873 classification: cwe-id: CWE-200 metadata: max-request: 1 tags: panel,unauth,epson,edb,iot,printer
http: - method: GET path: - "{{BaseURL}}/cgi-bin/home"
matchers-condition: and matchers: - type: word words: - "Epson Web Control" - "Basic Control" - "Advanced" condition: and
- type: status status: - 200# digest: 4b0a00483046022100c7df13726fab7cb258cba129d71fed507439fbf39cd50cc1743fcefc426e8d2e022100b86cefcaecf60c28a786b37d531db0d6ed1880268a78a05d9c218a1bf3c98383:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/epson-web-control-detect.yaml"