40 lines
978 B
YAML
40 lines
978 B
YAML
|
id: oracle-access-management
|
||
|
|
||
|
info:
|
||
|
name: Oracle Access Management Login Panel - Detect
|
||
|
author: righettod
|
||
|
severity: info
|
||
|
description: Oracle Access Management login panel was detected.
|
||
|
classification:
|
||
|
cpe: cpe:2.3:a:oracle:access_manager:*:*:*:*:*:*:*:*
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
shodan-query: http.title:"Oracle Access Management"
|
||
|
vendor: oracle
|
||
|
verified: true
|
||
|
tags: panel,oracle,login,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/oam/pages/login.jsp"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Login - Oracle Access Management"
|
||
|
- "/oam/server/auth_cred_submit"
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '(?i)Login\s+-\s+Oracle\s+Access\s+Management\s+([a-z0-9]+)</title>'
|