my-nuclei-templates/wazuh-panel.yaml

39 lines
888 B
YAML
Raw Permalink Normal View History

2022-06-18 08:05:25 +00:00
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-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.]+)"'