nuclei-templates/technologies/oneblog-detect.yaml

26 lines
467 B
YAML
Raw Normal View History

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