Re: [sqlmap-users] SQLmap cannot get password hash
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-10-19 06:53:02
|
...also, you can try to run sqlmap with -v 5 in your case and read through response messages to get the big picture. if you'll need help with interpretation you can send console output of -v 5 to me privately and I'll try to help you. bye On Tue, Oct 19, 2010 at 8:45 AM, Miroslav Stampar <mir...@gm...> wrote: > hi Ryan. > > maybe you don't have enough permissions for accessing table mysql.user. > > key query is: SELECT user, password FROM mysql.user > > if you could somehow try to access it manually (...AND EXISTS(SELECT > user, password FROM mysql.user)) and confirm that. > > kr > > On Tue, Oct 19, 2010 at 5:20 AM, Ryan Fabella <ry...@gm...> wrote: >> Dear List, >> >> i use sqlmap-0.9-dev which is built in on backtrack 4 Rc1 >> my target is using mysql 5.1.30really5.0.75-0ubuntu10.3 >> >> but i always cannot grab the hash password. >> >> [WARNING] unable to retrieve the number of password hashes for user >> >> i can get --dbs , --users >> >> need your help. >> >> Thank You >> >> ------------------------------------------------------------------------------ >> Download new Adobe(R) Flash(R) Builder(TM) 4 >> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly >> Flex(R) Builder(TM)) enable the development of rich applications that run >> across multiple browsers and platforms. Download your free trials today! >> http://p.sf.net/sfu/adobe-dev2dev >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> > > > > -- > Miroslav Stampar > > E-mail / Jabber: miroslav.stampar (at) gmail.com > Mobile: +385921010204 (HR 0921010204) > PGP Key ID: 0xB5397B1B > Location: Zagreb, Croatia > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |