nuclei-templates/exposed-panels/zabbix-server-login.yaml

24 lines
409 B
YAML
Raw Normal View History

2021-07-06 17:51:57 +00:00
id: zabbix-server-login
info:
name: Zabbix Login
author: dhiyaneshDK
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"zabbix-server"
2022-01-03 16:06:23 +00:00
tags: panel,zabbix
2021-07-06 17:51:57 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>zabbix-server: Zabbix</title>"
- type: status
status:
- 200