Oracle Access Management Login Panel - Detect
ID: oracle-access-management
Severity: info
Author: righettod
Tags: panel,oracle,login,detect
Description
Section titled “Description”Oracle Access Management login panel was detected.
YAML Source
Section titled “YAML Source”id: oracle-access-management
info: name: Oracle Access Management Login Panel - Detect author: righettod severity: info description: Oracle Access Management login panel was detected. reference: - https://www.oracle.com/security/identity-management/access-management/ classification: cpe: cpe:2.3:a:oracle:access_manager:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: oracle product: access_manager shodan-query: - "http.title:\"Oracle Access Management\"" - http.title:"oracle access management" - http.html:"/oam/pages/css/login_page.css" fofa-query: - "title=\"Oracle Access Management\"" - title="oracle access management" - body="/oam/pages/css/login_page.css" google-query: intitle:"oracle access management" tags: panel,oracle,login,detect
http: - method: GET path: - "{{BaseURL}}/oam/pages/login.jsp" - "{{BaseURL}}"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "<title>Login - Oracle Access Management" - "/oam/pages/images" - "/oam/server/" condition: or
extractors: - type: regex part: body group: 1 regex: - '(?i)Login\s+-\s+Oracle\s+Access\s+Management\s+([a-z0-9]+)</title>'# digest: 490a00463044022022551e51d36dccb1ffa5e6e106539741a8be5bf75bf6d778a3e7c109dc0d34c8022051e9eb2ba7d1e8353d8dec7714a215e4fed81b1586a0ee9dade0c572238d1679:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/oracle-access-management.yaml"