nuclei-templates/misconfiguration/zabbix-error.yaml

32 lines
643 B
YAML

id: zabbix-error
info:
name: Zabbix Panel - Detect
author: dhiyaneshDK
severity: info
description: Zabbix panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Warning [refreshed every 30 sec.]"
tags: zabbix,misconfig
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Warning [refreshed every 30 sec.]</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/02/06