What is the purpose of SQL Injection using UNION statement? – Mysql
My PHP application is being attacked by adding a UNION statement to input of username. Specifically, where I check for input of a valid username the sql is modified to be select username from user where username = '-8546' UNION…