📜  如何测试 sql 注入 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:00.055000             🧑  作者: Mango

代码示例1
Blind Injection:

MySQL example:
http://localhost/test.php?id=sleep(30)
If this SQL statement is interpreted by the database then it will take 30 seconds for the page to load.

Error Messages:
http://localhost/test.php?id='"