osnexus-quantastor-management-console
parent
51325a10b9
commit
65486eb5cc
|
@ -0,0 +1,37 @@
|
|||
id: osnexus-quantastor-management-console
|
||||
|
||||
info:
|
||||
name: OSNEXUS QuantaStor Management Console - Detect
|
||||
author: Charles D
|
||||
severity: info
|
||||
description: OSNEXUS QuantaStor Management Console was detected
|
||||
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
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"OS NEXUS QuantaStor Manager"
|
||||
tags: management-console,login,osnexus-quantastor,osnexus
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "OS NEXUS QuantaStor Manager"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- "'name="qsversion" content="([^"]+)"'"
|
Loading…
Reference in New Issue