SQL Injection Hunter

← Back
Score: 0
Combo x1
Time 60
Level 1
Incoming Query:
SELECT * FROM users
Blocked: 0
Allowed 0
Accuracy 100%

SQL Injection Hunter

Identify and block malicious SQL queries!

How to Play:

  • Read each SQL query carefully
  • Decide if it's safe or a SQL injection attack
  • Click "Safe Query" or "Block Attack"
  • Build combos for consecutive correct answers
  • The game gets faster as you level up!

Common SQL Injection Patterns:

  • OR 1=1: Always true condition
  • UNION SELECT: Data extraction
  • DROP TABLE: Database destruction
  • --: Comment injection
  • ' OR ''=': Authentication bypass