Skip to content

Zabbix Login Panel - Detect

ID: zabbix-server-login

Severity: info

Author: dhiyaneshDK

Tags: panel,zabbix

Zabbix login panel was detected.

id: zabbix-server-login
info:
name: Zabbix Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Zabbix login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: zabbix
product: zabbix
shodan-query:
- http.title:"zabbix-server"
- cpe:"cpe:2.3:a:zabbix:zabbix"
- http.favicon.hash:892542951
fofa-query:
- icon_hash=892542951
- app="zabbix-监控系统" && body="saml"
- title="zabbix-server"
google-query: intitle:"zabbix-server"
tags: panel,zabbix
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>zabbix-server: Zabbix</title>"
- type: status
status:
- 200
# digest: 490a00463044022079f0e4bd17e19d0140230d9057f48a4883f0ba132760fc01215764bb63e7d51702203c31f6a10f418ff68ef96c1bfa0372cdb0487d43f95fa319d5ac750bff54b114:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/zabbix-server-login.yaml"

View on Github