-
Notifications
You must be signed in to change notification settings - Fork 197
/
firewall_Leaked_user_name_and_password.json
46 lines (46 loc) · 1.69 KB
/
firewall_Leaked_user_name_and_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
{
"Name": "防火墙设备账号密码泄露漏洞",
"Level": "3",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "body=\"var dkey_verify = Get_Verify_Info(hex_md5\"",
"Description": "中科网威、锐捷、网域多个设备的防火墙控制系统 存在账号密码泄露漏洞,攻击者通过前端获取密码的Md5后解密可获取完整密码登陆后台",
"Product": "防火墙",
"Homepage": "https://gobies.org/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "var dkey_verify = Get_Verify_Info(hex_md5",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-01 11:09:54",
"GobyVersion": "1.8.268"
}