2022-01-31 07:56:08 +00:00
|
|
|
id: wazuh-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Wazuh Login Panel
|
|
|
|
author: cyllective,daffainfo
|
|
|
|
severity: info
|
|
|
|
description: Wazuh - The Open Source Security Platform
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/wazuh/wazuh
|
2022-01-31 07:56:08 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Wazuh"
|
|
|
|
tags: panel,wazuh,login
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/app/login"
|
|
|
|
|
2022-02-18 06:35:33 +00:00
|
|
|
matchers-condition: and
|
2022-01-31 07:56:08 +00:00
|
|
|
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.]+)"'
|