Skip to content

Cisco Firepower Management Center login - Detect

ID: cisco-firepower-panel

Severity: info

Author: Charles D

Tags: login,cisco,panel,console

Cisco Firepower Management Centerlogin panel was detected

id: cisco-firepower-panel
info:
name: Cisco Firepower Management Center login - Detect
author: Charles D
severity: info
description: |
Cisco Firepower Management Centerlogin 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
metadata:
verified: true
max-request: 1
shodan-query: html:"cisco firepower management"
tags: login,cisco,panel,console
http:
- method: GET
path:
- '{{BaseURL}}/ui/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cisco Firepower Management Center"
- "Login"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "'version':\\s*'(\\d+\\.\\d+\\.\\d+)'"
# digest: 4a0a00473045022052e0d7ab55001601a82ae8b37b9bf2a24ea2ccaf32da5b6f61cc9351faeb7a86022100e8989f9c5a192bb99d7fed0a51e2d88be96126ce1d93934a2599b6b1c88a5062: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-firepower-panel.yaml"

View on Github