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

37 lines
712 B
YAML

id: qnap-qts-panel
info:
name: QNAP - QTS Panel Discovery
author: idealphase
severity: info
description: |
QNAP QTS Panel was discovered.
reference:
- https://www.qnap.com/en?ref=header_logo
metadata:
verified: true
shodan-query: product:"QNAP"
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,qnap,qts
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>QNAP Turbo NAS</title>"
- type: status
status:
- 200
# Enhanced by mp on 2022/07/27