33 lines
785 B
YAML
33 lines
785 B
YAML
|
id: oracle-ebs-sqllog-disclosure
|
||
|
|
||
|
info:
|
||
|
name: Oracle EBS SQL Log Disclosure
|
||
|
author: dhiyaneshDk
|
||
|
severity: medium
|
||
|
tags: oracle
|
||
|
reference:
|
||
|
- https://the-infosec.com/2017/03/29/do-you-know-what-your-erp-is-telling-us/
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/html/bin//sqlnet.log'
|
||
|
- '{{BaseURL}}//html/bin//sqlnet.log'
|
||
|
- '{{BaseURL}}//OA_HTML/bin//sqlnet.log'
|
||
|
headers:
|
||
|
User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55"
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "DESCRIPTION="
|
||
|
- "USER="
|
||
|
part: body
|
||
|
- type: word
|
||
|
words:
|
||
|
- "text/plain"
|
||
|
part: header
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|