36 lines
679 B
YAML
36 lines
679 B
YAML
id: mobile-management-panel
|
|
|
|
info:
|
|
name: Mobile Management Platform Panel Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
fofa-query: title="移动管理平台-企业管理"
|
|
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 = "(.*)"'
|