Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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 200If 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.