Ethical Hacking Automation

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

Micro Focus Vibe Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#microfocus#vibe
Description

What is the "Micro Focus Vibe Login Panel - Detect" module?

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ssf/s/portalLogin
Matching conditions
word: Micro Focus Vibe, baseVibeUrland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability