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

32 lines
607 B
YAML
Raw Normal View History

id: oracle-ebs-sqllog-disclosure
info:
name: Oracle EBS SQL Log Disclosure
author: dhiyaneshDk
severity: medium
reference:
- https://the-infosec.com/2017/03/29/do-you-know-what-your-erp-is-telling-us/
2021-05-07 10:38:22 +00:00
tags: oracle,ebs,logs,exposure
requests:
- method: GET
path:
2021-05-03 07:22:21 +00:00
- '{{BaseURL}}/OA_HTML/bin/sqlnet.log'
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