Ethical Hacking Automation

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

cPanel API Codes Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cpanel
Description

cPanel API Codes Panel - Detect

What is the "cPanel API Codes Panel - Detect" module?

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>CPanel - API Codes</title>and
word: text/htmland
status: 200
On match action
Report vulnerability