Skip to content

Z-BlogPHP Panel - Detect

ID: zblogphp-panel

Severity: info

Author: princechaddha

Tags: panel,zblogphp

Z-BlogPHP panel was detected.

id: zblogphp-panel
info:
name: Z-BlogPHP Panel - Detect
author: princechaddha
severity: info
description: Z-BlogPHP 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:zblogcn:zblogphp:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.html:"Z-BlogPHP"
product: zblogphp
vendor: zblogcn
tags: panel,zblogphp
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<meta name="generator" content="Z-BlogPHP'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name="generator" content="([:A-Z-a-z 0-9.]+)"'
# digest: 4b0a00483046022100981dd2d6d36f2f3762b14b0537263133f0218d8521f9b781a8fee6c64067007a022100f0177a26adeb7036920590f0cbfea169e0ea8a56fec55dfd2300079f2a821ac4: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/zblogphp-panel.yaml"

View on Github