nuclei-templates/exposed-panels/oracle-containers-panel.yaml

31 lines
586 B
YAML

id: oracle-containers-panel
info:
name: Oracle Containers for J2EE 10g Panel
author: dogasantos
severity: info
tags: panel,oracle,containers
requests:
- 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 \(.*\)'