Skip to content

Cisco Prime Infrastructure Panel - Detect

ID: cisco-prime-infrastructure

Severity: info

Author: dhiyaneshDk

Tags: panel,cisco

A Cisco Prime Infrastructure login panel was discovered.

id: cisco-prime-infrastructure
info:
name: Cisco Prime Infrastructure Panel - Detect
author: dhiyaneshDk
severity: info
description: |
A Cisco Prime Infrastructure login panel was discovered.
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:prime_infrastructure:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: cisco
product: prime_infrastructure
shodan-query: http.title:"prime infrastructure"
fofa-query: title="prime infrastructure"
google-query: intitle:"prime infrastructure"
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}/webacs/pages/common/login.jsp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'productName = "Prime Infrastructure"'
- "Cisco "
- type: status
status:
- 200
# digest: 490a00463044022069d678d9b730e04c330432fa4a279d64e57a7cfd01e069b6c2e3d487b312849402200dc8ecc8411802b607778ce27c28dc5a083d86cc2a26524cb45bb2dbd8dddefe: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-prime-infrastructure.yaml"

View on Github