< Back




~ Labs
  ~ 1. SQL injection vulnerability in WHERE clause allowing retrieval of hidden data
  ~ 2. SQL injection vulnerability allowing login bypass
  ~ 3. SQL injection UNION attack, determining the number of columns returned by the query
  ~ 4. SQL injection UNION attack, finding a column containing text
  ~ 5. SQL injection UNION attack, retrieving data from other tables
  ~ 6. SQL injection UNION attack, retrieving multiple values in a single column
  ~ 7. SQL injection attack, querying the database type and version on MySQL and Microsoft
  ~ 8. SQL injection attack, listing the database contents on non-Oracle databases
  ~ 9. Blind SQL injection with conditional responses
  ~ 10. Blind SQL injection with conditional errors
  ~ 11. Visible error-based SQL injection
  ~ 12. Blind SQL injection with time delays and information retrieval
  ~ 13. Blind SQL injection with out-of-band interaction
  ~ 14. Blind SQL injection with out-of-band data exfiltration
  ~ 15. SQL injection with filter bypass via XML encoding