Stefan Friese
11 April, 2024
An SQL injection occurs when two things come together.
An SQL Query as a string embedded in other languages.
User input is possible inside a value of type string as a part of said SQL query.
'
1=1
-- -
Numbers as strings is an SQLite specific thing
Use the provided example inside this presentation’s repository. There is a readme which guides you through the setup.
Further, try Damn Vulnerable Web Application which you can setup by yourself or use Tryhackme’s DVWA Room.