Re: [sqlmap-users] strange bheviour with MySQL on Ubuntu
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2009-04-03 14:29:55
|
Hi, On Wed, Apr 1, 2009 at 11:19, jebe8668 <jeb...@gm...> wrote: > ... > [ERROR] sqlmap was not able to fingerprint the back-end database > management system. Support for this DBMS will be implemented if you ask, > just drop us an email > ... This happen because, for some reasons, it looks like the dbms user is not allowed to call CONNECTION_ID() option, which I use in sqlmap to fingerprint MySQL at first try. I've the very same test environment, among others, and it works smoothly. > if I add option --dbms MySQL I get As a work-around run sqlmap with --dbms "MySQL 5": it won't perform any fingerprint request. Regards, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +447788962949 (UK), +393493821385 (IT) PGP Key ID: 0x05F5A30F |