23 lines
399 B
YAML
23 lines
399 B
YAML
|
id: fanruanoa-detect
|
||
|
|
||
|
info:
|
||
|
name: FanRuanOA-detect
|
||
|
author: YanYun
|
||
|
severity: info
|
||
|
tags: oa,tech,dotnet,fanruan
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
|
||
|
path:
|
||
|
- "{{BaseURL}}/WebReport/ReportServer"
|
||
|
- "{{BaseURL}}/ReportServer"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'DeploySuccess._init'
|