Revision

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