Merge pull request #9999 from righettod/oas_add

Add detection of Oracle Application Server login panel instances.
patch-4
Ritik Chaddha 2024-06-11 16:26:58 +05:30 committed by GitHub
commit f52cf08016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: oracle-application-server-panel
info:
name: Oracle Application Server Panel - Detect
author: righettod
severity: info
description: |
Oracle Application Server login panel was detected.
reference:
- https://www.oracle.com/middleware/technologies/internet-application-server.html
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Oracle Containers for J2EE"
tags: panel,oracle,containers,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/em/console/ias/oc4j/home"
- "{{BaseURL}}"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "login to oracle application server control", "oracle enterprise manager")'
condition: and
extractors:
- type: regex
group: 1
regex:
- '(?i)Copyright\s+©\s+([0-9,\s]+),\s+Oracle'