0x01 漏洞分析
context.Response.Write(GetData("list", context.Request["ID"].ToString(),
context.Request["ordertype"].ToString()));
/admin/caiwuchongxiao/OrderHandler.ashx?ID=1&ordertype=1
单引号报错语法错误
/admin/caiwuchongxiao/OrderHandler.ashx?ID=1%27&ordertype=1
没有回复内容