Added qnap-qts-panel.yaml & Added qnap-photostation-panel.yaml

Added qnap-qts-panel.yaml & Added qnap-photostation-panel.yaml
patch-1
idealphase 2022-06-20 11:35:13 +07:00 committed by GitHub
parent f7308a3796
commit 8cd2ebcafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: qnap-photostation-panel
info:
name: PhotoStation panel
author: idealphase
severity: info
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:
- type: word
part: body
words:
- "<title>Photo Station</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,29 @@
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" version:"5.0.0"
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