复制代码 代码如下:
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;
您可能感兴趣的文章:- MySQL 及 SQL 注入与防范方法
- SQL Injection with MySQL 注入分析
- Mysql数据库使用concat函数执行SQL注入查询
- 防止MySQL注入或HTML表单滥用的PHP程序
- MySQL注入绕开过滤的技巧总结
- Mysql注入中的outfile、dumpfile、load_file函数详解
- MYSQL updatexml()函数报错注入解析
- node-mysql中防止SQL注入的方法总结
- PHP MYSQL注入攻击需要预防7个要点
- MySQL在不知道列名情况下的注入详解