2021-08-12 11:48:48 +00:00
|
|
|
id: oneblog-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: OneBlog Detect
|
2021-12-31 12:27:46 +00:00
|
|
|
author: pikpikcu,daffainfo
|
2021-08-12 11:48:48 +00:00
|
|
|
severity: info
|
|
|
|
tags: tech,oneblog
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-08-12 11:48:48 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-12 11:48:48 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-12-31 12:27:46 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-08-12 11:48:48 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-12-31 12:27:46 +00:00
|
|
|
- '<title>OneBlog开源博客后台管理系统</title>'
|
|
|
|
- '<meta name="keywords" content="OneBlog'
|
|
|
|
condition: or
|
2021-08-12 11:48:48 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|