nuclei-templates/http/exposed-panels/lacie-panel.yaml

39 lines
762 B
YAML
Raw Normal View History

2021-08-24 17:39:26 +00:00
id: lacie-panel
info:
name: LaCie Login Panel - Detect
2021-08-24 17:39:26 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,lacie,login,edb
metadata:
max-request: 2
2021-08-24 17:39:26 +00:00
http:
2021-08-24 17:39:26 +00:00
- method: GET
path:
2021-08-25 11:18:11 +00:00
- '{{BaseURL}}'
2021-08-24 17:39:26 +00:00
- '{{BaseURL}}/dashboard/'
matchers-condition: and
matchers:
- type: word
words:
- 'id_LaCie'
2021-08-25 11:18:11 +00:00
part: body
- type: regex
regex:
- '(?m)<title>([a-zA-Z0-9&#; ]|)+Dashboard<\/title>$'
part: body
2021-08-24 17:39:26 +00:00
- type: status
status:
- 200