Update zblog-exposed-admin-panel.yaml
parent
c8dbb65c2c
commit
ab26ace26b
|
@ -8,19 +8,21 @@ info:
|
|||
reference:
|
||||
- https://github.com/zblogcn/zblogphp
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:zblog
|
||||
tags: zblogphp,exposed-panel
|
||||
tags: zblogphp,exposed-panel,tech,misc
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /zb_system/login.php
|
||||
Host: {{Hostname}}
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/zb_system/login.php'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- “<title>Z-Blog</title>”
|
||||
- "<title>Z-Blog</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue