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

32 lines
537 B
YAML
Raw Normal View History

2021-08-24 17:39:26 +00:00
id: lacie-panel
info:
name: LaCie Login Panel
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7118
tags: panel
requests:
- 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