nuclei-templates/http/technologies/yapi-detect.yaml

27 lines
464 B
YAML

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