Create weblogic-panel.yaml

patch-1
yuan 2021-11-04 18:56:37 +08:00
parent fb687edbf1
commit fffd1f533c
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: weblogic-panel
info:
name: Weblogic Panel Detection Template
author: yuansec
severity: info
description: Try to detect the presence of a Weblogic instance via the login page
tags: panel,weblogic
requests:
- method: GET
path:
- "{{BaseURL}}/console/login/LoginForm.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "WebLogic Server"
part: body
- type: status
status:
- 200