Delete qnap-qts-panel.yaml
parent
c89a9f3eb1
commit
e64f0b7acc
|
@ -1,38 +0,0 @@
|
|||
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}}:5000/cgi-bin/"
|
||||
- "{{BaseURL}}/cgi-bin/html/login.html"
|
||||
- "{{BaseURL}}:5000/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
|
||||
|
||||
# Enhanced by mp on 2022/07/27
|
Loading…
Reference in New Issue