Skip to content

Fuji Xerox Printer Panel - Detect

ID: fuji-xerox-printer-detect

Severity: info

Author: gy741

Tags: iot,panel,fuji,printer

Fuji Xerox printer panel was detected.

id: fuji-xerox-printer-detect
info:
name: Fuji Xerox Printer Panel - Detect
author: gy741
severity: info
description: Fuji Xerox printer 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:
verified: true
max-request: 1
shodan-query: http.html:"Fuji Xerox Co., Ltd"
tags: iot,panel,fuji,printer
http:
- method: GET
path:
- "{{BaseURL}}/hdstat.htm"
matchers-condition: and
matchers:
- type: word
words:
- "Fuji Xerox Co., Ltd"
- type: status
status:
- 200
# digest: 4a0a00473045022100a662f684cd0d079c295efb37f9f5eee0555b664e0eb32f963704c4cbc672979e02201c95bca25c4219168b5f30fdbd6d8fc1ea285cba8ba5e152fff4636204849867: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/fuji-xerox-printer-detect.yaml"

View on Github