Ethical Hacking Automation

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

Veeam Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#veeam
Description

What is the "Veeam Login Panel - Detect?" module?

The "Veeam Login Panel - Detect" module is designed to detect the presence of the Veeam login panel. Veeam is a software solution that provides data backup and recovery for virtualized environments. 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 DhiyaneshDK.

Impact

The impact of detecting the Veeam 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 security assessments.

How does the module work?

The "Veeam Login Panel - Detect" module operates by sending an HTTP GET request to the "/login.aspx" path. It then applies a series of matching conditions to determine if the Veeam login panel is present.

The matching conditions include:

- Checking if the response body contains the phrase "Login - Veeam ONE Reporter". - Verifying that the response header includes the content type "text/html". - Ensuring that the response status code is 200 (OK).

If all of these conditions are met, the module reports the detection of the Veeam login panel.

Here is an example of the HTTP request sent by the module:

GET /login.aspx

Please note that the actual module definition is not shown here for simplicity.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.aspx
Matching conditions
word: Login - Veeam ONE Reporterand
word: text/htmland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability