Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   Уязвимости (https://forum.antichat.xyz/forumdisplay.php?f=74)
-   -   вопрос по SQL inj (https://forum.antichat.xyz/showthread.php?t=25601)

corsp_puttrider 19.10.2006 03:14

вопрос по SQL inj
 
Если способ как нибудь узнать имя базы данных и имина полей???
А то особенно на каких-нибудь китайских сайтах это вообще мрак хрен угадаешь чего!!!

pop_korn 19.10.2006 11:04

database()

select table_name from information_schema.tables;
select column_name from information_schema.columns where table_name ='';


Время: 08:13