Eko Software Update Panel - Detect
ID: eko-software-update-panel
Severity: info
Author: clem9669
Tags: panel,eko
Description
Section titled “Description”Eko software update panel for embedded systems was detected. An attacker can possibly upload a software image or restart the system.
YAML Source
Section titled “YAML Source”id: eko-software-update-panel
info: name: Eko Software Update Panel - Detect author: clem9669 severity: info description: Eko software update panel for embedded systems was detected. An attacker can possibly upload a software image or restart the system. reference: - https://ekoenergetyka.com.pl/software-solutions/ 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 shodan-query: http.title:"Ekoenergetyka-Polska Sp. z o.o - CCU3 Software Update for Embedded Systems" google-query: intitle:"Ekoenergetyka-Polska Sp. z o.o - CCU3 Software Update for Embedded Systems" tags: panel,eko
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "<title>Ekoenergetyka-Polska Sp. z o.o - CCU3 Software Update for Embedded Systems</title>"
- type: status status: - 200# digest: 4a0a00473045022100e9057c479703fa7ba41a8ad76bc724aa59289b453007ca616ff77a4feb910420022063b6f8998cbcd4db8a3dd3be4180c359cc64cd57425b1c13473314b7fb6663ff: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/eko-software-update-panel.yaml"