Ethical Hacking Automation

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

Veeam Backup for Google Cloud Platform Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#google#cloud
Description

What is the "Veeam Backup for Google Cloud Platform Panel - Detect" module?

The "Veeam Backup for Google Cloud Platform Panel - Detect" module is designed to detect the presence of the Veeam Backup for Google Cloud Platform panel. Veeam Backup for Google Cloud Platform is a software solution that provides backup and recovery capabilities for Google Cloud Platform environments. This module focuses on detecting the panel, which may indicate the presence of the Veeam Backup software.

This module has an informative severity level, meaning it provides valuable information but does not indicate a critical vulnerability or misconfiguration.

This module was authored by DhiyaneshDK.

Impact

The impact of detecting the Veeam Backup for Google Cloud Platform panel is primarily informational. It signifies the presence of the Veeam Backup software in the Google Cloud Platform environment. However, it does not indicate any specific vulnerabilities or misconfigurations.

How does the module work?

The module works by sending HTTP requests and applying matching conditions to identify the Veeam Backup for Google Cloud Platform panel. It uses specific matchers to determine if the panel is present.

One of the matchers used is a word matcher that looks for the presence of the HTML title tag "<title>Veeam Backup for GCP</title>". This indicates that the page being scanned contains the title associated with the Veeam Backup for Google Cloud Platform panel.

Another matcher checks the HTTP response status code, specifically looking for a 200 status code. This confirms that the panel page is accessible and returns a successful response.

By combining these matchers, the module can accurately detect the presence of the Veeam Backup for Google Cloud Platform panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Veeam Backup for GCP</title>and
status: 200
On match action
Report vulnerability