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

24 lines
437 B
YAML

id: luci-login-detection
info:
name: LuCi Login Detector
author: aashiq
severity: info
description: Searches for LuCi Login pages by attempting to query the cgi-bin endpoint
tags: login
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/luci"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Authorization Required"