Ethical Hacking Automation

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

ContentKeeper Cloud Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#contentkeeper#panel
Description

What is the "ContentKeeper Cloud Panel - Detect?"

The "ContentKeeper Cloud Panel - Detect" module is designed to detect the presence of the ContentKeeper Cloud panel. ContentKeeper Cloud is a software solution that provides web filtering and security services. This module focuses on identifying the panel, which is the user interface for managing and configuring ContentKeeper Cloud.

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

This module was authored by geeknik.

Impact

The impact of detecting the ContentKeeper Cloud panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insight into the presence of ContentKeeper Cloud and its associated panel.

How does the module work?

The "ContentKeeper Cloud Panel - Detect" module works by sending an HTTP GET request to the "/cgi-bin/ck/domenu.cgi" path. It then applies several matching conditions to determine if the ContentKeeper Cloud panel is present.

The matching conditions include:

- Checking the HTTP response status code, which should be 200. - Verifying the presence of specific words in the response body, such as "ContentKeeper Technologies" and "ContentKeeper.com". - Inspecting the response headers to ensure the "Content-Type" is set to "text/html".

If all of these conditions are met, the module considers the ContentKeeper Cloud panel to be detected.

It's important to note that this description provides a high-level overview of the module's functionality. For detailed technical information, please refer to the module's JSON definition.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/cgi-bin/ck/domenu.c...
Matching conditions
status: 200and
word: ContentKeeper Technologies</div>, Conten...and
word: text/html
Passive global matcher
No matching conditions.
On match action
Report vulnerability