Zabbix Panel - Detect
ID: zabbix-error
Severity: info
Author: dhiyaneshDK
Tags: zabbix,misconfig
Description
Section titled “Description”Zabbix panel was detected.
YAML Source
Section titled “YAML Source”id: zabbix-error
info: name: Zabbix Panel - Detect author: dhiyaneshDK severity: info description: Zabbix panel was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 cpe: cpe:2.3:a:zabbix:zabbix_server:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.title:"Warning [refreshed every 30 sec.]" product: zabbix_server vendor: zabbix tags: zabbix,misconfig
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word words: - '<title>Warning [refreshed every 30 sec.]</title>'
- type: status status: - 200# digest: 490a004630440220798d43fec3a5cdb391fa93936036f1182677adc851a6cfbf896d847c4c67538602207feac1469d40b3572ae49dd183f0969174aa31ae1ba4fed64b5c5d9597b231b5:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/zabbix-error.yaml"