38 lines
954 B
YAML
38 lines
954 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502206ccdaa73d278f1b6664f8136b673a9c6e78ce8e53119a956762916a40e5d4c350221008151979570fe1091305aacf4babcc99d355724d4c682175af5fd7dc00b928540:922c64590222798bb761d5b6d8e72950
|