您现在的位置: 万盛学电脑网 >> 程序编程 >> 网络编程 >> 编程语言综合 >> 正文

注入爆破数据库名写法

作者:佚名    责任编辑:admin    更新时间:2022-06-22

   //爆破数据库名

  union select top 1 table_name from information_schema.tables where table_catalog

  这就是传说中的爆库查询语句

注入爆破数据库名写法 三联