$uccess here, nice to meet u all.
quick question regarding an sql error based injection that I'm doing:
and+(select 1 from(select+count(*),concat((select+concat(name,0x3a,lastname,0x3a,email) from users+limit+0,1),floor(rand(0)*2))x from information_schema.tables+group by x)a) and 1=1--+
ok, so everything cool from here - except that it only works with basic columns data such as first name, last name etc. when I wanna see other columns, it redirects me to the page with no error.
anyone experienced this b4 ?
update: it seems that the code of the page recognizes certain column names specifically and when they are requested, you get redirected to the normal page.