Ethical Hacking Automation

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

Lucee Web and Lucee Server Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#lucee
Description

What is the "Lucee Web and Lucee Server Admin Login Panel - Detect?" module?

The "Lucee Web and Lucee Server Admin Login Panel - Detect" module is designed to detect the presence of Lucee admin login panels in both the Web and Server tabs. Lucee is a software platform that provides a web application server and a server-side scripting language. This module focuses on identifying potential misconfigurations or vulnerabilities related to the Lucee admin login panels.

The severity of this module is classified as informative, meaning it provides valuable information about the presence of Lucee admin login panels but does not indicate an immediate security risk.

This module was authored by dhiyaneshDK and unp4ck.

Impact

The presence of Lucee admin login panels can indicate potential security risks or misconfigurations. If these panels are accessible without proper authentication or if they contain vulnerabilities, unauthorized individuals may gain unauthorized access to sensitive information or perform malicious actions on the server.

How does the module work?

The module works by sending HTTP requests to specific paths associated with the Lucee admin login panels. It then applies matching conditions to determine if the expected responses or content are present.

For example, the module may send a GET request to the paths "/lucee/admin/web.cfm" and "/lucee/admin/server.cfm". It expects the response to contain specific content, such as the titles "Login - Lucee Web Administrator" or "Login - Lucee Server Administrator", as well as other identifiers like "lucee-admin-search-input", "lucee-docs-search-input", and "server-lucee-small.png.cfm". Additionally, the module verifies that the response status is 200.

By analyzing the responses and matching conditions, the module determines if the Lucee admin login panels are present and potentially accessible.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/lucee/admin/web.cfm/lucee/admin/server....
Matching conditions
word: <title>Login - Lucee Web Administrator</...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability