Update and rename oracle-fusion-middleware-detect.yaml to oracle-fusion-detect.yaml
parent
89927c9e72
commit
ea39686f6b
|
@ -1,28 +1,29 @@
|
|||
id: oracle-fusion-middleware-detect
|
||||
id: oracle-fusion-detect
|
||||
|
||||
info:
|
||||
name: Oracle Fusion Middleware Detection
|
||||
name: Oracle Fusion Middleware - Detection
|
||||
author: rxerium
|
||||
severity: info
|
||||
description: Oracle Fusion Middleware was detected.
|
||||
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
|
||||
|
||||
requests:
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Welcome to Oracle Fusion Middleware</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Welcome to Oracle Fusion Middleware</title>"
|
||||
part: body
|
Loading…
Reference in New Issue