Cisco Integrated Management Controller Login Panel - Detect
ID: cisco-integrated-login
Severity: info
Author: dhiyaneshDK
Tags: panel,cisco,edb
Description
Section titled “Description”Cisco Integrated Management Controller login panel was detected.
YAML Source
Section titled “YAML Source”id: cisco-integrated-login
info: name: Cisco Integrated Management Controller Login Panel - Detect author: dhiyaneshDK severity: info description: Cisco Integrated Management Controller login panel was detected. reference: - https://www.exploit-db.com/ghdb/3859 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 cpe: cpe:2.3:a:cisco:integrated_management_controller:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: cisco product: integrated_management_controller tags: panel,cisco,edb
http: - method: GET path: - '{{BaseURL}}/login.html'
matchers-condition: and matchers: - type: word words: - '<title>Cisco Integrated Management Controller Login</title>'
- type: status status: - 200# digest: 490a0046304402204d2af5c75b911f8e0903a46b12bc1bb5a082fb38b8d989e95d2fed493f633f1a02202f1a8c2100b51702d13867a639773695cef28ac3cedffc71e07801ef573d692b: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/cisco/cisco-integrated-login.yaml"