34 lines
829 B
YAML
34 lines
829 B
YAML
id: oracle-ebs-credentials-disclosure
|
|
|
|
info:
|
|
name: Oracle EBS Credentials Disclosure
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
tags: config,exposure,oracle
|
|
reference:
|
|
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite-wp-4.pdf
|
|
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
|
|
- http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/OA_HTML/jtfwrepo.xml'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "password="
|
|
- "<PUSR_LIST>"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "text/xml"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|