Create qnap-qts-panel.yaml

patch-1
Prince Chaddha 2022-11-04 00:01:13 +05:30 committed by GitHub
parent 8a0332db0c
commit 4adabbf00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: qnap-qts-panel
info:
name: QNAP - QTS login panel
author: idealphase,daffainfo
severity: info
description: |
QTS (QNAP Turbo NAS System) is the Turbo NAS Operating System, providing file storage, backup, disaster recovery, security management and virtualization applications for businesses
reference:
- https://www.qnap.com/qts/
metadata:
verified: true
shodan-query: product:"QNAP"
google-query: intitle:"QNAP Turbo NAS" inurl:/cgi-bin
tags: panel,qnap,qts
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/"
- "{{BaseURL}}/cgi-bin/html/login.html"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "QNAP Turbo NAS</title>"
- type: status
status:
- 200