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

29 lines
672 B
YAML
Raw Normal View History

id: zblog-admin-panel
info:
name: Z-BlogPHP Admin Panel Exposed
author: Aayush Vishnoi
severity: info
description: Z-BlogPHP is CMS website building system based on PHP programming language. The Z-BlogPHP has admin panel exposed via zb_system/login.php endpoint.
reference:
- https://github.com/zblogcn/zblogphp
metadata:
2022-09-27 06:11:20 +00:00
verified: true
shodan-query: http.title:zblog
2022-09-27 06:11:20 +00:00
tags: zblogphp,exposed-panel,tech,misc
requests:
2022-09-27 06:11:20 +00:00
- method: GET
path:
- '{{BaseURL}}/zb_system/login.php'
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