October 2019 Twice SQL Injection
October 2019 Twice SQL Injection
考点
wp
select pass from users where name = 'aaa'
select info from users where name = 'aaa'insert into users (id,name,pass,info)
values (1,'aaa','aaa','something')UPDATE users SET info = '123' WHERE name = 'aaa'
select info from users where name = 'aaa'总结
最后更新于