From 4adabbf00e4ffd74ed88f7d255e943dd32fac8ff Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 4 Nov 2022 00:01:13 +0530 Subject: [PATCH] Create qnap-qts-panel.yaml --- exposed-panels/qnap/qnap-qts-panel.yaml | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 exposed-panels/qnap/qnap-qts-panel.yaml diff --git a/exposed-panels/qnap/qnap-qts-panel.yaml b/exposed-panels/qnap/qnap-qts-panel.yaml new file mode 100644 index 0000000000..c2346431c5 --- /dev/null +++ b/exposed-panels/qnap/qnap-qts-panel.yaml @@ -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" + + - type: status + status: + - 200