nuclei-templates/misconfiguration/zabbix-error.yaml

24 lines
467 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
2021-09-17 02:41:38 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22Warning+%5Brefreshed+every+30+sec.%5D%22
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