Skip to content

ZoneMinder Login Panel - Detect

ID: zoneminder-login

Severity: info

Author: princechaddha

Tags: panel,zoneminder

ZoneMinder panel was detected.

id: zoneminder-login
info:
name: ZoneMinder Login Panel - Detect
author: princechaddha
severity: info
description: ZoneMinder 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:zoneminder:zoneminder:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: zoneminder
product: zoneminder
shodan-query: http.html:"zm - login"
fofa-query: body="zm - login"
tags: panel,zoneminder
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>ZM - Login</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502210089e6c988815c71356d1f43f445cf3531bf1513616f075fe9ecea558e2e024341022034173ed4d7fb37cd746ca7bcd7d45fa6d90138c7a10c65f43dade7450814d313: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/zoneminder-login.yaml"

View on Github