Skip to content

Commit e0152f2

Browse files
authored
Update README.md
1 parent adc56ab commit e0152f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ The query eventually becomes
394394

395395
**select col1, col2 from TABLE where username= (” “) or sleep(15)”) and password=(” user data”);**
396396

397+
Now since the **“)** does not result in TRUE, the AND statement fails and the OR statement executes successfully. Now if we change our AND query to **admin”) or OR sleep(15)** # we have a valid query and it results in TRUE, so our query gets successfully executed...
398+
399+
397400

398401

399402

0 commit comments

Comments
 (0)