Merge pull request #2385 from pikpikcu/patch-252

Create oneblog-detect
patch-1
Sandeep Singh 2021-08-12 18:36:39 +05:30 committed by GitHub
commit e93582779f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: oneblog-detect
info:
name: OneBlog Detect
author: pikpikcu
severity: info
tags: tech,oneblog
requests:
- method: GET
path:
- "{{BaseURL}}/passport/login/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OneBlog开源博客后台管理系统</title>"
- type: status
status:
- 200