Skip to content

Z-BlogPHP Admin Login Panel - Detect

ID: zblog-admin-panel

Severity: info

Author: Aayush Vishnoi

Tags: zblog,panel,zblogcn

Z-BlogPHP admin login panel was detected.

id: zblog-admin-panel
info:
name: Z-BlogPHP Admin Login Panel - Detect
author: Aayush Vishnoi
severity: info
description: Z-BlogPHP admin login panel was detected.
reference:
- https://github.com/zblogcn/zblogphp
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:
verified: true
max-request: 1
vendor: zblogcn
product: zblogphp
shodan-query: http.title:zblog
fofa-query: title=zblog
google-query: intitle:zblog
tags: zblog,panel,zblogcn
http:
- method: GET
path:
- '{{BaseURL}}/zb_system/login.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Z-Blog</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100eea6f0c4c9875d531562826daa6d93252259faead72f4acc9f2eb1efca04d9f90221009414db610231ce7613aeca8e60cdfe18ab0e9363ac4d7cbbfa18db737ea6dc57: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/zblog-exposed-admin-panel.yaml"

View on Github