Skip to content

Instantly share code, notes, and snippets.

@nijjwal
Created April 1, 2015 21:27
Show Gist options
  • Save nijjwal/fe2fa35a4e2f6edc199e to your computer and use it in GitHub Desktop.
Save nijjwal/fe2fa35a4e2f6edc199e to your computer and use it in GitHub Desktop.
SQL Injection - Information Schema Database
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