SQL Injection Simulation

SQL Injection Simulation - Step by Step

Enter a username to simulate a login query. You can try:

  • Valid Input: john
  • Injection Attacks:
  • ' OR 1=1 --
  • ' OR 'a'='a' --
  • ' OR ''=' --
  • admin --
  • ' OR 1=1; DROP TABLE users --