Ethical Hacking Automation

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

CRXDE Lite Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

CRXDE Lite Panel - Detect

What is the "CRXDE Lite Panel - Detect?"

The "CRXDE Lite Panel - Detect" module is designed to detect the presence of the CRXDE Lite panel. CRXDE Lite is a web-based development tool used in Adobe Experience Manager (AEM) for managing and developing content. This module focuses on identifying the CRXDE Lite panel and does not perform any actions beyond detection.

This module has an informative severity level, meaning it provides valuable information but does not pose an immediate security risk.

Author: nadino

Impact

The impact of detecting the CRXDE Lite panel is primarily informational. It helps identify the presence of the development tool within the target system. This information can be useful for system administrators and security professionals to assess the configuration and potential risks associated with CRXDE Lite.

How does the module work?

The "CRXDE Lite Panel - Detect" module works by sending an HTTP GET request to the "/crx/de/index.jsp" path. It then applies a matching condition to check if the response contains the "" string. If the condition is met, the module reports the detection of the CRXDE Lite panel.

Example HTTP request:

GET /crx/de/index.jsp

Matching condition:

<title>CRXDE Lite</title>

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/crx/de/index.jsp
Matching conditions
word: <title>CRXDE Lite</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability