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

42 lines
846 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:
- raw:
- |
POST /axis2-admin/login HTTP/1.1
Host: {{BaseURL}}
Content-Type: application/x-www-form-urlencoded
loginUsername={{username}}&loginPassword={{password}}
- |
POST /axis2/axis2-admin/login HTTP/1.1
Host: {{BaseURL}}
Content-Type: application/x-www-form-urlencoded
userName={{username}}&password={{password}}&submit=+Login+
payloads:
username:
- admin
password:
- axis2
attack: pitchfork
2021-02-26 20:03:32 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<h1>Welcome to Axis2 Web Admin Module !!</h1>"
- type: status
status:
- 200