38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
id: oracle-ebusiness-panel
|
|
|
|
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:
|
|
verified: true
|
|
max-request: 1
|
|
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:
|
|
- '(?i)/OA_HTML/cabo/oajsLibs/oafcore([A-Z0-9]+).js'
|
|
# digest: 4a0a0047304502210081f964bdbe15398cb17936f0a3ca0a3b22ab9d26373c9709fa3efc9f99dbd4370220151f646de809400f349f98b7251cf6521d2aad7d2f62c8d097d93bab832c571a:922c64590222798bb761d5b6d8e72950 |