nuclei-templates/exposed-panels/mobile-management-panel.yaml

36 lines
679 B
YAML
Raw Normal View History

2022-08-11 19:21:02 +00:00
id: mobile-management-panel
info:
name: Mobile Management Platform Panel Detect
author: ritikchaddha
severity: info
2022-08-11 19:21:53 +00:00
metadata:
verified: true
fofa-query: title="移动管理平台-企业管理"
2022-08-11 19:21:02 +00:00
tags: panel,mobile,management
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "移动管理平台-企业管理"
- "Mobile management platform"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version = "(.*)"'