Merge pull request #9999 from righettod/oas_add
Add detection of Oracle Application Server login panel instances.patch-4
commit
f52cf08016
|
@ -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'
|
Loading…
Reference in New Issue