2021-10-12 11:11:08 +00:00
|
|
|
id: cisco-ace-device-manager
|
|
|
|
|
|
|
|
info:
|
2022-11-09 21:36:13 +00:00
|
|
|
name: Cisco ACE 4710 Device Manager Login Panel - Detect
|
2021-10-12 11:11:08 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
2022-11-09 21:36:13 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-10-12 11:11:08 +00:00
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: html:"ACE 4710 Device Manager"
|
|
|
|
tags: panel,cisco
|
2021-10-12 11:11:08 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
2022-11-09 21:36:13 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/09
|