nuclei-templates/misconfiguration/zabbix-error.yaml

25 lines
439 B
YAML
Raw Normal View History

2021-09-17 02:41:38 +00:00
id: zabbix-error
info:
name: Zabbix Error
author: dhiyaneshDK
2021-09-17 07:31:57 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Warning [refreshed every 30 sec.]"
tags: zabbix,misconfig
2021-09-17 02:41:38 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Warning [refreshed every 30 sec.]</title>'
- type: status
status:
- 200