Goby/json/firewall_Leaked_user_name_a...

46 lines
1.7 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"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"
}