nuclei-templates/exposures/logs/oracle-ebs-sqllog-disclosur...

33 lines
710 B
YAML
Raw Normal View History

id: oracle-ebs-sqllog-disclosure
info:
name: Oracle EBS SQL Log Disclosure
author: dhiyaneshDk
severity: medium
2021-05-03 07:22:21 +00:00
tags: oracle,ebs,log,exposure
reference: https://the-infosec.com/2017/03/29/do-you-know-what-your-erp-is-telling-us/
requests:
- method: GET
path:
2021-05-03 07:22:21 +00:00
- '{{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"
2021-05-03 07:22:21 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "DESCRIPTION="
- "USER="
part: body
2021-05-03 07:22:21 +00:00
- type: word
words:
- "text/plain"
part: header
2021-05-03 07:22:21 +00:00
- type: status
status:
- 200