Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Micro Focus Vibe Login Panel - Detect" module is designed to detect the presence of the Micro Focus Vibe login panel. Micro Focus Vibe is a software platform that enables collaboration and communication within organizations. This module focuses on identifying the login panel specifically.
This module has an informative severity level, which means it provides valuable information but does not indicate a critical vulnerability or misconfiguration.
This module was authored by ritikchaddha.
The impact of detecting the Micro Focus Vibe login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insights into the presence of the login panel, which can be useful for further analysis and assessment of the target system.
The module works by sending an HTTP GET request to the "/ssf/s/portalLogin" path of the target system. It then applies two matching conditions to determine if the Micro Focus Vibe login panel is present:
- The first matching condition checks if the response body contains the words "Micro Focus Vibe" and "baseVibeUrl". - The second matching condition verifies that the response status is 200 (OK).If both matching conditions are met, the module reports the detection of the Micro Focus Vibe login panel.
Here is an example of the HTTP request sent by the module:
GET /ssf/s/portalLogin
Please note that the actual module definition is not shown here for simplicity.