nuclei-templates/exposed-panels/luci-login-detection.yaml

30 lines
553 B
YAML
Raw Normal View History

2021-06-04 14:59:36 +00:00
id: luci-login-detection
info:
name: LuCi Login Panel - Detect
2021-06-04 14:59:36 +00:00
author: aashiq
severity: info
description: 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
cvss-score: 0.0
cwe-id: CWE-200
2021-06-04 14:59:36 +00:00
tags: login
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/luci"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Authorization Required"
# Enhanced by md on 2023/01/09