Skip to content

Epson Projector Login Panel - Detect

ID: epson-projector-detect

Severity: info

Author: gy741

Tags: iot,projector,panel,unauth,epson

Epson Projector login panel was detected.

id: epson-projector-detect
info:
name: Epson Projector Login Panel - Detect
author: gy741
severity: info
description: Epson Projector login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
fofa-query: cgi-bin/webconf.exe
tags: iot,projector,panel,unauth,epson
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "cgi-bin/webconf.exe?page=1"
- "<title>Web Control</title>"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100cd7e42d420d63243bf8e31f9441090ab34eaa944e9072efdbecf378aedcf9c8302206f1f2fe311c16096ee3e68bdc0ebf2d99aae8221d964a7278578358da596a8e9: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/exposed-panels/epson-projector-detect.yaml"

View on Github