nuclei-templates/exposed-panels/maestro-login-panel.yaml

31 lines
591 B
YAML

id: maestro-login-panel
info:
name: Maestro - LuCI Login Panel
author: tess
severity: info
metadata:
verified: true
shodan-dork: http.title:"Maestro - LuCI"
tags: panel,maestro,luci
requests:
- 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