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
|
2024-03-26 08:03:04 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:wazuh:wazuh:*:*:*:*:*:*:*:*
|
2022-01-31 07:56:08 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: wazuh
|
2024-06-07 10:04:29 +00:00
|
|
|
product: wazuh
|
|
|
|
shodan-query:
|
|
|
|
- http.title:"Wazuh"
|
|
|
|
- http.title:"wazuh"
|
|
|
|
fofa-query: title="wazuh"
|
|
|
|
google-query: intitle:"wazuh"
|
2022-01-31 07:56:08 +00:00
|
|
|
tags: panel,wazuh,login
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-31 07:56:08 +00:00
|
|
|
- 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:
|
2023-10-14 11:27:55 +00:00
|
|
|
- '"version":"([0-9.]+)"'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4b0a00483046022100e57f320a72b21304fd01e5085f0d6e90f477fabcf9f0fd8492f753538ff89964022100cb8812b371712b01ef849fdb52323122519933754061c231a8135895ab85ab81:922c64590222798bb761d5b6d8e72950
|