sql注入发现

wd404 / 2023-08-05 / 原文

1、异常

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''1''' at line 1
  • 一般适用于查询输出的场景,而对于盲注场景和其它sql语句类型,基本不会输出sql异常。