Ethical Hacking Automation

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

Micro Focus Filr Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#microfocus#filr
Description

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

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/filr/login
Matching conditions
word: Micro Focus Filrand
status: 404
Passive global matcher
No matching conditions.
On match action
Report vulnerability