nuclei-templates/exposed-panels/zblog-exposed-admin-panel.yaml

36 lines
732 B
YAML
Raw Normal View History

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
2022-09-27 06:11:20 +00:00
verified: true
shodan-query: http.title:zblog
2022-09-27 06:11:59 +00:00
tags: zblog,panel
requests:
2022-09-27 06:11:20 +00:00
- method: GET
path:
- '{{BaseURL}}/zb_system/login.php'
2022-10-08 07:44:18 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-27 06:11:20 +00:00
- "<title>Z-Blog</title>"
- type: status
status:
2022-09-27 06:11:20 +00:00
- 200
# Enhanced by md on 2023/01/26