Files
fscan/webscan/pocs/yonyou-maportal-unauth.yaml
ZacharyZcR 3ef7a1beee
测试构建 / 代码检查 (push) Has been cancelled
测试构建 / 单元测试和构建 (push) Has been cancelled
测试构建 / 构建验证 (push) Has been cancelled
feat: expand internal network poc coverage
2026-07-16 02:04:36 +08:00

20 lines
442 B
YAML

id: yonyou-maportal-unauth
info:
name: 用友移动系统管理 maportal 未授权访问
author: zan8in
severity: high
verified: true
description: |-
Fofa: "移动系统管理"
tags: yonyou,unauth
created: 2024/01/07
rules:
r0:
request:
method: GET
path: /maportal/
expression: response.status == 200 && response.body.bcontains(b"欢迎你") && response.body.bcontains(b"管理员")
expression: r0()