摘要:
create table user( id int not null auto_increment, username varchar(30) not null, password varchar(30) not null, primary key(id)); 在现实的开发过程中,我们平常在各大网站 阅读全文
posted @ 2020-07-07 13:17
浅易深
阅读(651)
评论(0)
推荐(0)
摘要:
以下是我在学习sql注入时的一些感想分享,希望能帮助到大家,如有错误,望指出。 万能密码的种类: ①select * from admin where username =“” and password = “” ②admin‘ # ③’+‘ ’+‘ ④0 ⑤Aaa’ = ‘ 在以下的select语 阅读全文
posted @ 2020-07-07 09:43
浅易深
阅读(2560)
评论(0)
推荐(1)

浙公网安备 33010602011771号