Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "OpenShift Assisted Installer Panel - Detect" module is designed to detect the presence of the OpenShift Assisted Installer panel. OpenShift Assisted Installer is a software used for deploying and managing OpenShift clusters. This module focuses on identifying any misconfigurations or vulnerabilities related to the OpenShift Assisted Installer panel.
This module has a medium severity level, indicating that it may have potential security implications if misconfigurations or vulnerabilities are found.
Author: DhiyaneshDk
If misconfigurations or vulnerabilities are detected in the OpenShift Assisted Installer panel, it could potentially lead to unauthorized access, data breaches, or other security risks. It is important to address any issues identified by this module to ensure the secure operation of the OpenShift Assisted Installer panel.
The module works by sending HTTP requests to the target system and applying matching conditions to determine if the OpenShift Assisted Installer panel is present and functioning correctly.
Example HTTP request:
GET /clusters
The module uses the following matching conditions:
- The response body must contain the phrase "OpenShift Assisted Installer". - The response header must include the phrase "text/html". - The HTTP status code must be 200 (OK).If all of these conditions are met, the module considers the OpenShift Assisted Installer panel to be detected.