forked from adysec/nuclei_poc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vmware-aria-operations.yaml
41 lines (36 loc) · 1.12 KB
/
vmware-aria-operations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
info:
id: vmware-aria-operations
name: VMware Aria Operations Detected
author: OpenAI
description: Template to detect the VMware Aria Operations service
severity: Medium
classification:
country: any
tags:
- vmware
- aria-operations
- security
reference:
- https://www.vmware.com/security/advisories/VMSA-2023-0007.html
matcher-condition: and
requests:
method: GET
path:
- "/"
headers:
- name: User-Agent
value: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3
description: Attempt to retrieve VMware Aria Operations web page
condition: or
matchers:
- pattern: "VMware Aria Operations</title>"
- pattern: "Operations for Logs - Login | </title>"
type: body
description: VMware Aria Operations page title found in response body
- pattern: "window.AriaConfig = {"
type: body
description: VMware Aria Operations configuration found in response body
response:
- status:
- 200
description: Successful response status