Crafting a query for Blind SQL Injection
问题 I have found one my demo website is vulnerable to SQL INJECTION (me currently doing CEH) Discovered injection point is as follows: SELECT column_1,column_2,column_3 from table_1 where column_4='3' order by id [*INJECTION POINT FOUND HERE*] Now i need to craft something which could help me exploit this injection point that i have discovered. As far as I know UNION SELECT wont work after ORDER BY . However, I do think that blind sql injection may work as illustrated below SELECT column_1,column