Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "cPanel API Codes Panel - Detect" module is a test case designed to detect the presence of the cPanel API Codes panel. This module focuses on identifying misconfigurations, vulnerabilities, or specific software fingerprints related to the cPanel API Codes panel. It is authored by DhiyaneshDK and has an informative severity level.
As a detection module, the "cPanel API Codes Panel - Detect" does not directly impact the target system. Instead, it provides information about the presence or absence of the cPanel API Codes panel, allowing further analysis and actions to be taken based on the results.
The "cPanel API Codes Panel - Detect" module operates by sending HTTP requests and evaluating the responses against predefined matching conditions. It checks for the following conditions:
- The response contains the HTML title tag "<title>CPanel - API Codes</title>
".
- The response header includes the content type "text/html
".
- The HTTP status code is "200
".
If all of these conditions are met, the module reports the detection of the cPanel API Codes panel.
Here is an example of an HTTP request that the module might send:
GET / HTTP/1.1
Host: example.com
The module then analyzes the response to determine if it matches the specified conditions.