31 lines
784 B
YAML
31 lines
784 B
YAML
id: qnap-qts-panel
|
|
|
|
info:
|
|
name: QNAP QTS Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: |
|
|
Simple, Secure, Scalable & Reliable, Based on Linux, QTS 4 is designed to deliver high-performance applications and services fulfilling your needs in file sharing, storage management, backup, virtual environments, multimedia, surveillance and more.
|
|
reference:
|
|
- https://www.qnap.com/en/qts4/con_show.php?op=showone&cid=1
|
|
metadata:
|
|
verified: true
|
|
shodan-query: product:"QNAP"
|
|
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
|