nuclei-templates/technologies/ymhome-detect.yaml

30 lines
476 B
YAML
Raw Normal View History

2021-12-08 05:02:05 +00:00
id: ymhome-detect
info:
name: Ymhome-detect
author: ffffffff0x
severity: info
metadata:
fofa-query: app="一米OA"
2021-12-08 06:40:11 +00:00
tags: ymhome,tech
2021-12-08 05:02:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2021-12-08 05:02:05 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "yimioa.apk"
2021-12-08 06:40:11 +00:00
- "isSavePwd:"
2021-12-08 05:02:05 +00:00
condition: and
- type: status
status:
- 200