[sqlmap-users] enumerate tables in mysql < 5
Brought to you by:
inquisb
From: Mauricio V. <mau...@gm...> - 2010-07-11 00:57:48
|
Hey all. I was testing a local site running mysql 4. In this version there is no information_schema database so sqlmap cant enumerate table names. [19:51:16] [ERROR] information_schema not available, back-end DBMS is MySQL < 5.0 I have been trying things locally and it seems that table names can be bruteforced but since there is no schema we would have to create an especific dictionary and try thins like Any other ideas on how to enumerable tables in mysql < 5 ? Regards, Mauricio |