Added weblogic detection template

patch-1
sandeep 2021-11-05 05:22:20 +05:30
parent 14bce55ec4
commit ef5b606a78
1 changed files with 12 additions and 3 deletions

View File

@ -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