Skip to content

ECOSYS Command Center RX Panel - Detect

ID: ecosys-command-center

Severity: info

Author: princechaddha

Tags: panel,printer,ecosys,iot

ECOSYS Command Center RX panel was detected.

id: ecosys-command-center
info:
name: ECOSYS Command Center RX Panel - Detect
author: princechaddha
severity: info
description: ECOSYS Command Center RX 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
tags: panel,printer,ecosys,iot
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Command Center RX</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502203c9be6b01c60cd4e9722de3c263dbf01c0b3713465ccd2bdff24e3131a90fa8e022100f6b43ced277afc581817d426556baa42f5d9a27752a174933396b46dc78465af: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/ecosys-command-center.yaml"

View on Github