36 lines
914 B
YAML
36 lines
914 B
YAML
id: zabbix-installer
|
|
|
|
info:
|
|
name: Zabbix Installation Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: Zabbix is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:892542951
|
|
tags: misconfig,zabbix,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/setup.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Installation</title>'
|
|
- 'zabbix'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100e0b4b4bbbe4d86c599f401a4ae7ea3180ff9314cbf3a238438329fd484cc97c9022100997ceb7314e0fd0e4004319bc41fa881114c5734272a8ff5efc321e4c5a9c792:922c64590222798bb761d5b6d8e72950 |