43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: wazuh-panel
|
|
|
|
info:
|
|
name: Wazuh Login Panel
|
|
author: cyllective,daffainfo
|
|
severity: info
|
|
description: Wazuh - The Open Source Security Platform
|
|
reference:
|
|
- https://github.com/wazuh/wazuh
|
|
metadata:
|
|
vendor: wazuh
|
|
product: wazuh
|
|
max-request: 1
|
|
shodan-query: http.title:"Wazuh"
|
|
tags: panel,wazuh,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/app/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"id":"wazuh"'
|
|
- '"title":"Wazuh"'
|
|
- '"icon":"plugins/wazuh/img/icon_blue.png"'
|
|
- '"url":"/app/wazuh"'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"version":"([0-9.]+)"'
|
|
# digest: 4a0a00473045022048ba770071e38428fb04b8d8795a503bac8a0230250a79fb91d7ac3423bef3f3022100adea7bac5441b69ee9c640cf4269c5b6dc27dc1d3d90eeea634bd017f0046f22:922c64590222798bb761d5b6d8e72950 |