Ethical Hacking Automation

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

LuCi Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#login
Description

What is the "LuCi Login Panel - Detect?"

The "LuCi Login Panel - Detect" module is designed to detect the presence of the LuCi login panel. LuCi is a web interface used for managing OpenWrt-based routers. This module helps identify if the login panel is accessible and if it requires authentication. It is an informative module that provides insights into the configuration of the LuCi login panel.

Impact

This module does not have any direct impact on the system. It is purely a detection module and does not perform any actions or modifications.

How the module works?

The "LuCi Login Panel - Detect" module works by sending an HTTP GET request to the "/cgi-bin/luci" path. It then applies matching conditions to determine if the response indicates the presence of the LuCi login panel. The matching conditions include checking for a 200 status code and the presence of the phrase "Authorization Required" in the response body.

Here is an example of the HTTP request sent by the module:

GET /cgi-bin/luci

The module matches the response against the following conditions:

- Status code: 200 - Response body contains the phrase "Authorization Required"

If both conditions are met, the module considers the LuCi login panel to be present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/cgi-bin/luci
Matching conditions
status: 200and
word: Authorization Required
Passive global matcher
No matching conditions.
On match action
Report vulnerability