Oracle Containers for J2EE 10g Panel - Detect
ID: oracle-containers-panel
Severity: info
Author: dogasantos
Tags: panel,oracle,containers
Description
Section titled “Description”Oracle Containers for J2EE 10g panel was detected.
YAML Source
Section titled “YAML Source”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 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: 4a0a004730450221008189f5ebb2f382a54b4aec8559daea012fd6427cf5a946d9e4b5fffadea2cb20022038b80ee9efc4e52b6591cd3b5fb18416769c41bdc44b506f202f1f1c3f35fe33: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-containers-panel.yaml"