Please enable JavaScript.
Coggle requires JavaScript to display documents.
SQLi/ Siqual query language (Used for (Bypass authentication, Retrieve…
-
-
-
-
SELECT acountNumber, balance FROM accounts WHERE account_owner_id = 0 or 1=1
Most common web and web application attack
-What you do it to explore for error statements could be using an apostrophe
- Always True or false characters example 1=1 or 1=2
- Then you can start using basic functions
-Finally you can start using Union operation which comaine sresults of two or more SELETCT statements which can merge data from tables not directly exposed by the app.
-
-