Added weblogic detection template
parent
14bce55ec4
commit
ef5b606a78
|
@ -2,16 +2,25 @@ id: weblogic-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Detect Weblogic
|
name: Detect Weblogic
|
||||||
author: bing0o
|
author: pdteam
|
||||||
severity: info
|
severity: info
|
||||||
tags: tech,weblogic
|
tags: tech,weblogic
|
||||||
|
metadata:
|
||||||
|
shodan-query: product:"Oracle Weblogic"
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/console/login/LoginForm.jsp"
|
- "{{BaseURL}}/{{randstr}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "WebLogic"
|
- "From RFC 2068"
|
||||||
|
- "Error 404--Not Found"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 404
|
Loading…
Reference in New Issue