Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "ZeroShell Panel - Detect" module is designed to detect the presence of the ZeroShell panel. ZeroShell is a software solution that provides network services such as firewalling, routing, and VPN capabilities. This module focuses on identifying the ZeroShell panel and is used to perform scanning for misconfigurations, vulnerabilities, or software fingerprinting.
This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.
This module was authored by dhiyaneshDK.
The impact of detecting the ZeroShell panel is primarily informational. It helps users and administrators identify the presence of ZeroShell and gain insights into the network infrastructure.
The "ZeroShell Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the ZeroShell panel. It performs the following steps:
If both conditions are met, the module reports the detection of the ZeroShell panel.
Here is an example of an HTTP request sent by the module:
GET / HTTP/1.1
Host: [target]
User-Agent: Vidoc
The matching conditions for this module are:
- The HTML response must contain the title tag with the value "ZeroShell". - The HTTP response status must be 200 (OK).By analyzing these conditions, the module determines whether the ZeroShell panel is present on the target system.