Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Cypress Oxygen Web Page Configuration" module is a test case designed to detect misconfigurations in web pages using the Cypress Oxygen-3 software. It focuses on identifying the presence of the "PendingInstallVZW - Web Page Configuration" and "alt="Cypress Oxygen-3" elements in the body of the web page. This module has an informative severity level and was authored by tess.
This module does not directly impact the target system. Instead, it serves as a means to identify potential misconfigurations in web pages using the Cypress Oxygen-3 software.
The "Cypress Oxygen Web Page Configuration" module works by sending HTTP requests to the target web page and analyzing the responses. It uses two matching conditions to determine if a misconfiguration is present:
- Matching Condition 1: It checks if the body of the web page contains the "PendingInstallVZW - Web Page Configuration" and "alt="Cypress Oxygen-3" elements. This indicates a potential misconfiguration. - Matching Condition 2: It verifies that the HTTP response status is 200, indicating a successful request.By evaluating these conditions, the module can identify misconfigurations in web pages using the Cypress Oxygen-3 software.