nuclei-templates/http/misconfiguration/zabbix-error.yaml

33 lines
658 B
YAML
Raw Normal View History

2021-09-17 02:41:38 +00:00
id: zabbix-error
info:
name: Zabbix Panel - Detect
2021-09-17 02:41:38 +00:00
author: dhiyaneshDK
2021-09-17 07:31:57 +00:00
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
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Warning [refreshed every 30 sec.]"
tags: zabbix,misconfig
2021-09-17 02:41:38 +00:00
http:
2021-09-17 02:41:38 +00:00
- 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