Create wso2-default-password.yaml
parent
35fa6b2fe7
commit
e1bdef24c0
|
@ -0,0 +1,25 @@
|
|||
id: wso2-management-console-default-password
|
||||
|
||||
info:
|
||||
name: WSO2 Management Console Default Password
|
||||
author: cocxanh
|
||||
severity: high
|
||||
tags: default-login,wso2
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /carbon/admin/login_action.jsp HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Accept-Language: en-US,en;q=0.9
|
||||
Connection: close
|
||||
Content-Length: 29
|
||||
|
||||
username=admin&password=admin
|
||||
redirects: false
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "index.jsp?loginStatus=true"
|
||||
part: header
|
Loading…
Reference in New Issue