Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "ClearPass Policy Manager Login Panel - Detect" module is designed to detect the presence of the ClearPass Policy Manager login panel. ClearPass Policy Manager is a software developed by Aruba Networks for managing network access policies. This module focuses on detecting the login panel specifically.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: dhiyaneshDK
This module does not have any direct impact as it is a detection module. It simply identifies the presence of the ClearPass Policy Manager login panel.
The module works by sending an HTTP GET request to the "/tips/tipsLogin.action" path. It then applies two matching conditions to determine if the ClearPass Policy Manager login panel is present:
- The first matching condition checks if the response contains the HTML title tag "". - The second matching condition verifies if the response status is 200 (OK).If both matching conditions are met, the module reports the detection of the ClearPass Policy Manager login panel.
Example HTTP request:
GET /tips/tipsLogin.action
Matching conditions:
- Response contains the HTML title tag "". - Response status is 200 (OK).Metadata:
- max-request: 1 - shodan-query: http.title:"ClearPass Policy Manager"