Skip to content

QNAP Turbo NAS Login Panel - Detect

ID: qnap-qts-panel

Severity: info

Author: idealphase,daffainfo

Tags: panel,qnap,qts

QNAP QTS login panel was detected.

id: qnap-qts-panel
info:
name: QNAP Turbo NAS Login Panel - Detect
author: idealphase,daffainfo
severity: info
description: |
QNAP QTS login panel was detected.
reference:
- https://www.qnap.com/qts/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:o:qnap:qts:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: qnap
product: qts
shodan-query:
- product:"QNAP"
- product:"qnap"
- http.title:"qnap turbo nas" inurl:/cgi-bin
google-query:
- intitle:"QNAP Turbo NAS" inurl:/cgi-bin
- intitle:"qnap turbo nas" inurl:/cgi-bin
fofa-query: title="qnap turbo nas" inurl:/cgi-bin
tags: panel,qnap,qts
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/"
- "{{BaseURL}}/cgi-bin/html/login.html"
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "QNAP Turbo NAS</title>"
- type: status
status:
- 200
# digest: 490a0046304402201da5c16abd902d88f2f179e4e29fc4e4c0d53ada1a86c6ea124691990db7067e0220501cf605bbd5807a621492faf01f92e7590affe002e5edc3efa8cbd12cce8656:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/qnap/qnap-qts-panel.yaml"

View on Github