31 lines
717 B
YAML
31 lines
717 B
YAML
id: internet-service
|
|
|
|
info:
|
|
name: Fuji Xerox Internet Services Panel - Detect
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
description: Fuji Xerox Internet Services panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/5948
|
|
- https://www.support.xerox.com/en-us/article/en/1852141
|
|
tags: iot,edb,panel
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/default.htm'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Internet Services</title>'
|
|
- type: status
|
|
status:
|
|
- 200 |