Skip to content

Maestro LuCI Login Panel - Detect

ID: maestro-login-panel

Severity: info

Author: tess

Tags: panel,maestro,luci

Maestro LuCI login panel was detected.

id: maestro-login-panel
info:
name: Maestro LuCI Login Panel - Detect
author: tess
severity: info
description: Maestro LuCI login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Maestro - LuCI"
tags: panel,maestro,luci
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/luci"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Maestro - LuCI</title>"
- "Please enter your username and password."
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100a464474a136382a9b6b5f877703f09361354f790f25b8be9956775dca93214e0022100bcf242632830444c750c76998ab30e4d01c7143a7003ee4f7aed119c93d26f03:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/maestro-login-panel.yaml"

View on Github