Ethical Hacking Automation

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

OpenVZ Web Panel Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#openvz
Description

What is the "OpenVZ Web Panel Login Panel - Detect?"

The "OpenVZ Web Panel Login Panel - Detect" module is designed to detect the presence of the OpenVZ Web Panel login panel. This module is used to identify the login panel of the OpenVZ Web Panel software. It is an informative module that provides insights into the configuration of the OpenVZ Web Panel.

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 nullfuzz.

Impact

The impact of this module is purely informative. It does not indicate any specific vulnerabilities or misconfigurations. Instead, it helps identify the presence of the OpenVZ Web Panel login panel, providing insights into the software's configuration.

How does the module work?

The "OpenVZ Web Panel Login Panel - Detect" module works by sending HTTP requests and analyzing the responses to determine if the OpenVZ Web Panel login panel is present. It uses specific matching conditions to identify the login panel.

One example of a matching condition used by this module is checking if the HTTP response status code is 200 and if the response body contains the text "Login - OpenVZ Web Panel".

The module does not require any additional user input or interaction. It operates independently and provides results based on the defined matching conditions.

For more information about the OpenVZ Web Panel, you can refer to the official GitHub repository.

Metadata:

max-request: 1
verified: true
shodan-query: http.favicon.hash:-1898

Module preview

Concurrent Requests (0)
Passive global matcher
dsl: status_code == 200, contains(body, "Logi...
On match action
Report vulnerability