Less-25

本关主要为or and过滤,如何绕过or和and过滤。一般性提供以下几种思路:

  1. 大小写变形 Or,OR,oR
  2. 编码,hex,urlencode
  3. 添加注释/*or*/
  4. 利用符号 and=&& or=||

    暂时只想到这些,还有的话可以补充。

    本关利用方法(4)进行。

    报错注入 or示例

    http://127.0.0.1/sqllib/Less-25/index.php?id=1'|| extractvalue(1,concat(0x7e,database()))--+

    Sqli-labs less 25

    And 示例

    http://127.0.0.1/sqllib/Less-25/index.php?id=1&&1=1--+

相关文章:

  • 2021-10-28
  • 2021-09-24
  • 2021-07-06
  • 2021-11-25
  • 2021-12-29
  • 2021-10-16
  • 2021-10-27
  • 2021-10-18
猜你喜欢
  • 2021-08-31
  • 2021-10-19
  • 2022-12-23
  • 2021-07-17
  • 2021-06-02
  • 2021-09-14
相关资源
相似解决方案