nuclei-templates/exposed-panels/qnap/qnap-photostation-panel.yaml

32 lines
674 B
YAML
Raw Normal View History

id: qnap-photostation-panel
info:
2022-06-20 07:17:44 +00:00
name: PhotoStation Panel
author: idealphase
severity: info
2022-06-20 07:17:44 +00:00
description: |
Centrally store, manage, and enjoy your full resolution photos across all your devices with QNAP NAS.
reference:
- https://www.qnap.com/th-th/software/photo-station
metadata:
verified: true
shodan-query: http.title:"Photo Station"
tags: panel,photostation,qnap
requests:
- method: GET
path:
- "{{BaseURL}}/photo/"
matchers-condition: and
matchers:
2022-06-20 07:39:35 +00:00
- type: regex
part: body
2022-06-20 07:39:35 +00:00
regex:
- '(?m)<title>(.*)Photo Station(.*)<\/title>'
- type: status
status:
- 200