Create zabbix-installer.yaml

patch-1
Dhiyaneshwaran 2023-09-19 23:11:14 +05:30 committed by GitHub
parent 326c6fb4aa
commit 68677f4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: zabbix-installer
info:
name: Zabbix Installation Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 1
verified: true
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