40 lines
1002 B
YAML
40 lines
1002 B
YAML
id: oracle-containers-panel
|
|
|
|
info:
|
|
name: Oracle Containers for J2EE 10g Panel - Detect
|
|
author: dogasantos
|
|
severity: info
|
|
description: Oracle Containers for J2EE 10g panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,oracle,containers
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Welcome to Oracle Containers for J2EE 10g"
|
|
- "Administration Guide is included"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- 'Oracle Containers for J2EE 10g \(.*\)'
|
|
|
|
# digest: 4a0a004730450220018a171d48ef9d290e06ab8d0ce5a4c02f8466f623826ac553167d8899ed5626022100e443fabcedf20d738e5e0fa14972ffd86d6fa865b29d46930ae18a1225542ee6:922c64590222798bb761d5b6d8e72950
|