Create wso2-default-password.yaml

patch-1
Bùi Đại Gia 2021-08-30 16:37:57 +07:00 committed by GitHub
parent 35fa6b2fe7
commit e1bdef24c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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