Skip to content

Oracle Fusion Middleware - Detect

ID: oracle-fusion-detect

Severity: info

Author: rxerium

Tags: oracle,middleware,detect,tech

Oracle Fusion Middleware was detected.

id: oracle-fusion-detect
info:
name: Oracle Fusion Middleware - Detect
author: rxerium
severity: info
description: |
Oracle Fusion Middleware was detected.
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Welcome to Oracle Fusion Middleware"
tags: oracle,middleware,detect,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Welcome to Oracle Fusion Middleware"
- type: status
status:
- 200
# digest: 4a0a004730450220315055cb5b2db1d484369acae7cf1044d35bb47e688d5f5a9bca5de4d4d33c47022100aff9228b6f4c96eeb3e70e9626c5915d6e7d940b7e7d0be4fa9193beeb3c22f3:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/oracle-fusion-detect.yaml"

View on Github