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

37 lines
762 B
YAML

id: qnap-photostation-panel
info:
name: QNAP Photo Station Panel - Detect
author: idealphase
severity: info
description: |
QNAP Photo Station panel was detected.
reference:
- https://www.qnap.com/th-th/software/photo-station
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
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Photo Station"
tags: panel,photostation,qnap
http:
- method: GET
path:
- "{{BaseURL}}/photo/"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '(?m)<title>(.*)Photo Station(.*)<\/title>'
- type: status
status:
- 200