垃圾小黑客我也是没法办,天天骚扰老衲
最近服务器一直受到河南中原地区某固定ip端CC攻击,发现就是几个ip段,别怪我,对不住了
<%
userIp=get_userIp()
badList="171.8|185.191|123.149|1.192|222.137"
badIpList=split(badList,"|")
for i=lbound(badIpList) to ubound(badIpList)
if instr(userIp,badIpList(i))>0 then Response.Redirect("//down.360safe.com/inst.exe")
next
%>
<%
userIp=get_userIp()
badList="171.8|185.191|123.149|1.192|222.137"
badIpList=split(badList,"|")
for i=lbound(badIpList) to ubound(badIpList)
if instr(userIp,badIpList(i))>0 then Response.Redirect("//down.360safe.com/inst.exe")
next
%>