Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Micro Focus Filr Login Panel - Detect" module is a test case designed to detect the presence of the Micro Focus Filr login panel. Micro Focus Filr is a software solution that provides secure file sharing and collaboration for 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 vulnerability or misconfiguration.
This module was authored by ritikchaddha.
The impact of detecting the Micro Focus Filr 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 "Micro Focus Filr Login Panel - Detect" module operates by sending an HTTP GET request to the "/filr/login" path. It then applies two matching conditions to determine if the Micro Focus Filr login panel is present:
- The first matching condition checks the response body for the presence of the phrase "Micro Focus Filr". - The second matching condition verifies that the response status is not 404 (Not Found).If both matching conditions are met, the module reports the detection of the Micro Focus Filr login panel.
Example HTTP request:
GET /filr/login
The module's matching conditions ensure that the response contains the expected content and is not a 404 error.