Aug 4, 2024
1 OR 1=1 --
can bypass authentication and retrieve all data.SELECT * FROM products WHERE name LIKE '%user_input%'
.SELECT * FROM products WHERE name LIKE '%1 OR 1=1 --%'
.In-band SQL Injection:
Inferential SQL Injection (Blind SQL Injection):
Out-of-band SQL Injection: