nuclei-templates/default-logins/axis2/axis2-default-login.yaml

28 lines
569 B
YAML
Raw Normal View History

2021-09-22 10:39:21 +00:00
id: axis2-default-login
2021-02-26 20:03:32 +00:00
info:
2021-09-22 10:39:21 +00:00
name: Axis2 Default Login
2021-02-26 20:03:32 +00:00
author: pikpikcu
severity: high
2021-04-06 08:15:46 +00:00
tags: axis,apache,default-login
2021-02-26 20:03:32 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/axis2-admin/login"
- "{{BaseURL}}/axis2/axis2-admin/login"
headers:
Content-Type: application/x-www-form-urlencoded
body: "userName=admin&password=axis2&submit=+Login+"
matchers-condition: and
matchers:
- type: word
words:
- "<h1>Welcome to Axis2 Web Admin Module !!</h1>"
- type: status
status:
- 200