Ethical Hacking Automation

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

OpenShift Assisted Installer Panel - Detect

By kannthu

Medium
Vidoc logoVidoc Module
#panel#openshift#cluster
Description

What is the "OpenShift Assisted Installer Panel - Detect?"

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

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/clusters
Matching conditions
word: OpenShift Assisted Installerand
word: text/htmland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability