2024-05-21 09:14:02 +00:00
|
|
|
id: oracle-ebusiness-panel
|
2024-05-15 17:31:44 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Oracle E-Business Suite Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Oracle E-Business Suite login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.oracle.com/applications/ebusiness/
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Oracle UIX"
|
|
|
|
tags: panel,oracle,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/OA_HTML/AppsLogin"
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(to_lower(body), "/oa_html/oa.jsp", "oracle uix")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-05-21 09:14:02 +00:00
|
|
|
- '(?i)/OA_HTML/cabo/oajsLibs/oafcore([A-Z0-9]+).js'
|
2024-05-21 09:20:41 +00:00
|
|
|
# digest: 4a0a00473045022039282031436f903368fe6f95110086c3eadc3ce54ed18f742490ac768cf6946b022100dd9c7d19b0484ac641748a2a94286dc023deea5b05eef4c3f2a36e972d5b749d:922c64590222798bb761d5b6d8e72950
|