Created
April 1, 2015 21:27
-
-
Save nijjwal/fe2fa35a4e2f6edc199e to your computer and use it in GitHub Desktop.
SQL Injection - Information Schema Database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM `eveil`.`student` | |
WHERE id = 1 | |
UNION ALL | |
SELECT * FROM `bootcamp`.`student` | |
WHERE id = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment