Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Cisco Prime Infrastructure Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cisco
Description

What is the "Cisco Prime Infrastructure Panel - Detect?"

The "Cisco Prime Infrastructure Panel - Detect" module is designed to detect the presence of a Cisco Prime Infrastructure login panel. Cisco Prime Infrastructure is a network management software that provides a unified view of network devices, applications, and users. This module focuses on identifying the login panel, which can help in assessing the security posture of the infrastructure.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: dhiyaneshDk

Impact

This module does not have a direct impact on the target system. It solely aims to identify the presence of the Cisco Prime Infrastructure login panel.

How does the module work?

The module works by sending an HTTP GET request to the path "/webacs/pages/common/login.jsp" on the target system. It then applies matching conditions to determine if the response indicates the presence of the Cisco Prime Infrastructure login panel.

The matching conditions include:

- The response body must contain the words "productName = "Prime Infrastructure"" and "Cisco " - The response status code must be 200

If both conditions are met, the module considers the login panel to be present.

Example HTTP request:

GET /webacs/pages/common/login.jsp

Note: The actual module definition is not shown here for simplicity.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/webacs/pages/common...
Matching conditions
word: productName = "Prime Infrastructure", Ci...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability