Eko Charger Management Console Login Panel - Detect
ID: eko-management-console-login
Severity: info
Author: clem9669
Tags: panel,eko
Description
Section titled “Description”Eko Charger Management Console login panel was detected.
YAML Source
Section titled “YAML Source”id: eko-management-console-login
info: name: Eko Charger Management Console Login Panel - Detect author: clem9669 severity: info description: Eko Charger Management Console login panel was detected. 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: verified: true max-request: 1 shodan-query: http.title:"Charger Management Console" google-query: intitle:"Charger Management Console" tags: panel,eko
http: - method: GET path: - '{{BaseURL}}/login'
matchers-condition: and matchers: - type: word part: body words: - "<title>Charger Management Console</title>"
- type: status status: - 200# digest: 4a0a0047304502203b77cb563afff50a2aba385720f06ed393c4286a60fea70b34091b1fa06b6759022100fa4aeecebf63a0548946a57e6157c202fd9cd91d255ea975a5dc2a71d468eff9: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-management-console-login.yaml"