Skip to content

Cisco ACE 4710 Device Manager Login Panel - Detect

ID: cisco-ace-device-manager

Severity: info

Author: dhiyaneshDk

Tags: panel,cisco

Cisco ACE 4710 Device Manager login panel was detected.

id: cisco-ace-device-manager
info:
name: Cisco ACE 4710 Device Manager Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Cisco ACE 4710 Device Manager login 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
cpe: cpe:2.3:h:cisco:ace_4710_application_control_engine:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: html:"ACE 4710 Device Manager"
product: ace_4710_application_control_engine
vendor: cisco
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}/index.vm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>ACE 4710 DM - Login</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022011c465593d8d332b561e7fb0384e727f53b20dde0464e79aa8d56e6e5b9da1aa022100d36ae2f431bc5f10cc2d1154c2f0984e06bde91bcba9964221fd6448c10607f5: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/cisco/cisco-ace-device-manager.yaml"

View on Github