Elemiz Network Manager Login Panel - Detect
ID: elemiz-network-manager
Severity: info
Author: pussycat0x
Tags: elemiz,manager,login,panel
Description
Section titled “Description”Elemiz Network Manager login panel was detected.
YAML Source
Section titled “YAML Source”id: elemiz-network-manager
info: name: Elemiz Network Manager Login Panel - Detect author: pussycat0x severity: info description: Elemiz Network Manager login 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 cwe-id: CWE-200 metadata: verified: true max-request: 1 shodan-query: title:"Elemiz Network Manager" tags: elemiz,manager,login,panel
http: - method: GET path: - "{{BaseURL}}/admin/login/"
matchers-condition: and matchers: - type: word part: body words: - "Elemiz Network Manager"
- type: status status: - 200# digest: 4b0a00483046022100cfeb0809dfdef6fdb69cef463edcf3b24f48b587a4b8dbc399d20b36091a6da5022100a68be20ae64327973ed063959ee22e0c0a65d04afc75cddc42c28486ba14a1ac: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/elemiz-network-manager.yaml"