LaCie Login Panel - Detect
ID: lacie-panel
Severity: info
Author: dhiyaneshDK
Tags: panel,lacie,login,edb
Description
Section titled “Description”LaCie login panel was detected.
YAML Source
Section titled “YAML Source”id: lacie-panel
info: name: LaCie Login Panel - Detect author: dhiyaneshDK severity: info description: LaCie login panel was detected. reference: - https://www.exploit-db.com/ghdb/7118 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: 2 tags: panel,lacie,login,edb
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/dashboard/'
matchers-condition: and matchers: - type: word words: - 'id_LaCie' part: body
- type: regex regex: - '(?m)<title>([a-zA-Z0-9&#; ]|)+Dashboard<\/title>$' part: body
- type: status status: - 200# digest: 4a0a0047304502210087fbcfff8b5417e606251c0b048cbe5212bfcf75160448d8be4ad9934705d482022010970e16cc609fbae69e372f0b754db98c69c6783534ea0fe822a28d0a6e0123: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/lacie-panel.yaml"