Add files via upload
parent
56a3faa04a
commit
336252f601
|
@ -0,0 +1,30 @@
|
|||
id: osnexus-quantastor-manager-panel
|
||||
|
||||
info:
|
||||
name: OSNEXUS QuantaStor Manager Login Panel - Detect
|
||||
author: Charles D.
|
||||
severity: info
|
||||
description: OSNEXUS QuantaStor Manager login panel was detected.
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"OSNEXUS QuantaStor Manager"
|
||||
tags: panel,osnexus,login
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>OSNEXUS QuantaStor Manager</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue