cyber
(九烟)
新手上路

超级管理员
UID 15380
精华
0
积分 0
帖子 1143
金钱 0 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2002-7-21
状态 离线
|
关于阻挡union攻击
//Union Tap
//Copyright Zhen-Xjell 2004 http://nukecops.com
//Beta 3 Code to prevent UNION SQL Injections
unset($matches);
unset($loc);
if (preg_match("/([OdWo5NIbpuU4V2iJT0n]{5}) /",
rawurldecode($loc=$_SERVER["QUERY_STRING"]),
$matches)) {
die("YOU ARE SLAPPED BY <a
href=\"http://nukecops.com\">NUKECOPS</a> BY USING
'$matches[1]' INSIDE '$loc'.");
}
OdWo5NIbpuU4V2iJT0n的具体含义
|
|