From ea39686f6bfa89823a6ad8a2a0463eb737307161 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 03:49:37 +0530 Subject: [PATCH] Update and rename oracle-fusion-middleware-detect.yaml to oracle-fusion-detect.yaml --- ...-detect.yaml => oracle-fusion-detect.yaml} | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename http/technologies/{oracle-fusion-middleware-detect.yaml => oracle-fusion-detect.yaml} (70%) diff --git a/http/technologies/oracle-fusion-middleware-detect.yaml b/http/technologies/oracle-fusion-detect.yaml similarity index 70% rename from http/technologies/oracle-fusion-middleware-detect.yaml rename to http/technologies/oracle-fusion-detect.yaml index e964814d0b..07230c5e9d 100644 --- a/http/technologies/oracle-fusion-middleware-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -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: + - "Welcome to Oracle Fusion Middleware" + - type: status status: - 200 - - - type: word - words: - - "Welcome to Oracle Fusion Middleware" - part: body \ No newline at end of file