LuCi Login Panel - Detect
ID: luci-login-detection
Severity: info
Author: aashiq
Tags: panel,login
Description
Section titled “Description”LuCi login panel was detected.
YAML Source
Section titled “YAML Source”id: luci-login-detection
info: name: LuCi Login Panel - Detect 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 cwe-id: CWE-200 metadata: max-request: 1 tags: panel,login
http: - method: GET path: - "{{BaseURL}}/cgi-bin/luci"
matchers-condition: and matchers: - type: status status: - 200
- type: word words: - "Authorization Required"# digest: 4b0a00483046022100e5b71d360a04ce5b4badfbdb513175ef1e0374948f678148026108a73db71b5d022100f2fe9b95c54cc84dd348a55f27322721a4d794ce1c305f39135c8f13040981e9:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/luci-login-detection.yaml"