Create yapi-detect.yaml

patch-1
PikPikcU 2021-07-16 08:34:17 +07:00 committed by GitHub
parent 3668f4c582
commit 81e94056c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: yapi-detect
info:
name: YApi Detect
author: pikpikcu
severity: info
tags: tech,yapi
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}:3000"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>YApi-高效、易用、功能强大的可视化接口管理平台</title>"
- type: status
status:
- 200