24 lines
429 B
YAML
24 lines
429 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"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- 'DeploySuccess._init' |