Adding Fanruan related templates
parent
44749b64e3
commit
e66ce65285
|
@ -0,0 +1,23 @@
|
|||
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'
|
|
@ -0,0 +1,21 @@
|
|||
id: fanruanoa2012-detect
|
||||
|
||||
info:
|
||||
name: FanRuanOA2012-detect
|
||||
author: YanYun
|
||||
severity: info
|
||||
tags: oa,java,fanruan,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- 'down.download?FM_SYS_ID'
|
|
@ -0,0 +1,31 @@
|
|||
id: fanruanoa2012-disclosure
|
||||
|
||||
info:
|
||||
name: Fanruan Report 2012 Information Disclosure
|
||||
author: YanYun
|
||||
discrption: Fanruan Report 2012 has an information disclosure vulnerability, and some sensitive information can be obtained by accessing a specific URL
|
||||
severity: high
|
||||
tags: oa,java,fanruan,disclosure
|
||||
reference: http://wiki.peiqi.tech/PeiQi_Wiki/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E/%E5%B8%86%E8%BD%AFOA/%E5%B8%86%E8%BD%AF%E6%8A%A5%E8%A1%A8%202012%20%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.html
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ReportServer?op=fr_server&cmd=sc_getconnectioninfo"
|
||||
- "{{BaseURL}}/WebReport/ReportServer?op=fr_server&cmd=sc_getconnectioninfo"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'connection'
|
||||
- 'name'
|
||||
- 'driver'
|
||||
- 'password'
|
||||
- 'url'
|
||||
- 'user'
|
||||
condition: and
|
Loading…
Reference in New Issue