Skip to content

Oracle E-Business Suite Login Panel - Detect

ID: oracle-ebusiness-panel

Severity: info

Author: righettod

Tags: panel,oracle,login,detect

Oracle E-Business Suite login panel was detected.

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/
classification:
cpe: cpe:2.3:a:oracle:e-business_suite:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: oracle
product: e-business_suite
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: 4a0a004730450220089fa93cd40629b9d03d8bb5c27c9eb94dbd679320d4527aaf3306e3228333090221009a7221303f60cc697a52d48b3e44d2567f0075756f2b94f05601e752c64d15ee:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/oracle-ebusiness-panel.yaml"

View on Github