30 lines
691 B
YAML
30 lines
691 B
YAML
id: oneblog-detect
|
|
|
|
info:
|
|
name: OneBlog Detect
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,oneblog
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>OneBlog开源博客后台管理系统</title>'
|
|
- '<meta name="keywords" content="OneBlog'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100e1ef4c29f080e746205a72d036962046a2e3dd36befe2c8ae57fe4bd6cc15d08022100b9e9ac335820114d448819861ea170368f600009ce3cc2c58c7eb55f40f15326:922c64590222798bb761d5b6d8e72950
|