Added weblogic detection template
parent
14bce55ec4
commit
ef5b606a78
|
@ -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
|
Loading…
Reference in New Issue