26 lines
456 B
YAML
26 lines
456 B
YAML
id: fanruanoa-detect
|
|
|
|
info:
|
|
name: FanRuanOA-detect
|
|
author: YanYun
|
|
severity: info
|
|
tags: oa,tech,dotnet,fanruan
|
|
metadata:
|
|
max-request: 2
|
|
|
|
http:
|
|
- 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' |