Revision
Across
- 1. SQL keyword used to retrieve data from a database
- 5. SQL injection where the attacker cannot see errors but infers information through behavior
- 7. Type of SQL injection that relies on database messages revealing data
- 9. Type of SQL injection that combines results from multiple SELECT queries
- 10. Websites often talk to this backend system to retrieve or store data
- 11. 1=1 is always ______
Down
- 2. Used to ignore the rest of a legitimate SQL query (--)
- 3. Unsanitized user _______ is often the entry point for SQL injection
- 4. A common place where attackers test for authentication bypass
- 6. A request sent from a website to a database
- 8. A structured set of rows and columns used to store data