top100.asp的漏洞
漏洞是没有对job和sx的判断 在你的top100.asp前面加入
<% set rs=server.createobject("adodb.recordset") job=request("job") sx=request("sx") hk=0 if instr(job,"")<>0 then hk=1 if instr(job,"=")<>0 then hk=1 if instr(job,"%")<>0 then hk=1 if len(job)>2 then hk=1 if instr(sx,"")<>0 then hk=1 if instr(sx,"=")<>0 then hk=1 if instr(sx,"%")<>0 then hk=1 if len(sx)>9 then hk=1 if hk=1 then response.write "" response.end end if %>
免责声明:57sf.com登载此文出于传递更多信息之目的,并不意味着57sf.com赞同其观点或证实其描述
|