From ef5b606a786806e3c28d8e931260ca780e682f6e Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 5 Nov 2021 05:22:20 +0530 Subject: [PATCH] Added weblogic detection template --- technologies/weblogic-detect.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/technologies/weblogic-detect.yaml b/technologies/weblogic-detect.yaml index 4effb62c55..1b245db0e3 100644 --- a/technologies/weblogic-detect.yaml +++ b/technologies/weblogic-detect.yaml @@ -2,16 +2,25 @@ id: weblogic-detect info: name: Detect Weblogic - author: bing0o + author: pdteam severity: info tags: tech,weblogic + metadata: + shodan-query: product:"Oracle Weblogic" requests: - method: GET path: - - "{{BaseURL}}/console/login/LoginForm.jsp" + - "{{BaseURL}}/{{randstr}}" + matchers-condition: and matchers: - type: word words: - - "WebLogic" + - "From RFC 2068" + - "Error 404--Not Found" + condition: and + + - type: status + status: + - 404 \ No newline at end of file