Added qnap-qts-panel.yaml & Added qnap-photostation-panel.yaml
Added qnap-qts-panel.yaml & Added qnap-photostation-panel.yamlpatch-1
parent
f7308a3796
commit
8cd2ebcafc
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue