文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>利用正则表达式过滤注入- -

利用正则表达式过滤注入- -

时间:2006-08-17  来源:muzhouren

 

 利用正则表达式过滤注入- -                                     

Function CheckExp(GetString)
Dim reg,max
set reg=new RegExp
reg.pattern="^script|insert|update|delete|select|\;|net user|xp_cmdshell|add|count|Asc|char|mid|drop|truncate|net localgroup"
reg.ignorecase=true
reg.global=true
max=reg.test(GetString)
if max=true then
 Response.write("您输入的数据含非法字符")
 Response.Write(BackForward)
 Response.End()
else
CheckExp=GetString
end if
end Function

调用方法 CheckExp("fsdf131")

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载