Create weblogic-detect.yaml
parent
00e2758ac2
commit
8d1d429f23
|
@ -0,0 +1,19 @@
|
|||
id: WebLogic-Detect
|
||||
|
||||
info:
|
||||
name: Detect Weblogic
|
||||
author: bing0o
|
||||
severity: low
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}:7001/console/login/LoginForm.jsp"
|
||||
- "{{BaseURL}}/console/login/LoginForm.jsp"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "WebLogic"
|
||||
- "Oracle"
|
||||
- "WebLogic Server"
|
||||
condition: or
|
Loading…
Reference in New Issue