37 lines
854 B
YAML
37 lines
854 B
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:
|
||
|
shodan-query: http.title:"Wazuh"
|
||
|
tags: panel,wazuh,login
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/app/login"
|
||
|
|
||
|
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.]+)"'
|