Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Desktop Portal VMware Horizon DaaS Trade Platform" module is designed to detect misconfigurations, vulnerabilities, or software fingerprints related to the VMware Horizon DaaS trade platform. This module focuses on scanning the Desktop Portal component of the platform. The severity of the findings is classified as informative, providing valuable insights for further investigation and potential remediation.
This module was authored by DhiyaneshDK.
The impact of the findings from this module can vary depending on the specific misconfiguration, vulnerability, or software fingerprint detected. It is crucial to review and address any identified issues promptly to ensure the security and stability of the VMware Horizon DaaS Trade Platform.
The module utilizes HTTP request templates and matching conditions to perform its scanning tasks. It sends a GET request to the "/index.action" path and applies the following matching conditions:
- The response body must contain either the "<title>Desktop Portal | VMware® Horizon DaaS™ Platform</title>
" or "Desktop Portal | VMware Horizon DaaS
" strings.
- The response status code must be 200.
If both conditions are met, the module considers the test case as a match.
By analyzing the response body and status code, the module can identify potential misconfigurations, vulnerabilities, or software fingerprints associated with the Desktop Portal component of the VMware Horizon DaaS Trade Platform.
Example HTTP Request:
GET /index.action
Matching Conditions:
- Response body must contain either "<title>Desktop Portal | VMware® Horizon DaaS™ Platform</title>
" or "Desktop Portal | VMware Horizon DaaS
".
- Response status code must be 200.
By leveraging this module, you can gain insights into potential security issues or configuration weaknesses within the Desktop Portal of the VMware Horizon DaaS Trade Platform.