37 lines
818 B
YAML
37 lines
818 B
YAML
id: zabbix-installer
|
|
|
|
info:
|
|
name: Zabbix Installation Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
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: 4a0a00473045022100b70d68b421eda844e4756c8cfdc5c3ac68fa7d264b9b353cc4ed8200eb3a61cc022040befd3b55f0eb3efc705da44ec1bafdc8974647aeb7efd7e3b48c84a29c40d4:922c64590222798bb761d5b6d8e72950
|