Blog
SELECT * FROM `login` WHERE `user`=‘test_user’ AND `pass`=‘test_passwd’
SELECT * FROM `login` WHERE `user`=‘’ OR ‘a’=‘a’ AND `pass`=‘’ OR ‘a’=‘a’ // 'a'='a' is always true, this query gets all the records from login table. SELECT * FROM `login` WHERE `user`=‘’; DROP TABLE `login`; --’ AND `pass`=‘’ //This query add DROP statment as multiple statement and drop the table 'login' in the database.
Blog
Privacy Policy | Copyright2020 - All Rights Reserved. | Contact us
| Report website issues in Github
| Facebook page
| Google+ page