2021-06-17 15:05:42 +00:00
|
|
|
id: vmware-vrealize
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: VMware vRealize
|
|
|
|
author: milo2012
|
|
|
|
severity: info
|
|
|
|
description: Version of VMware vRealize Operations Manager
|
2021-06-17 17:26:13 +00:00
|
|
|
tags: vmware,vrealize
|
2021-06-17 15:05:42 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/ui/login.action"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-06-17 17:26:13 +00:00
|
|
|
- '<title>vRealize Operations Manager</title>'
|
|
|
|
part: body
|
2021-06-17 15:05:42 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "SessionProvider.js\\?version=([0-9.]+)"
|