Re: [sqlmap-users] Bug
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2009-01-22 14:54:24
|
Hi Ümit, On Thu, Jan 22, 2009 at 14:05, Ümit Seren <uem...@gm...> wrote: > ... > /Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/core/convert.py:27: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > /Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/core/convert.py:28: > DeprecationWarning: the sha module is deprecated; use the hashlib > module instead > import sha I will deal with this Python warning message soon. > sqlmap version: 0.6.3 > Python version: 2.6.1 > Operating system: darwin > Traceback (most recent call last): > File "sqlmap.py", line 81, in main > start() > File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/controller/controller.py", > line 267, in start > action() > File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/controller/action.py", > line 134, in action > conf.dbmsHandler.osShell() > File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/plugins/dbms/mysql.py", > line 473, in osShell > page, _ = Request.getPage(url=uploaderUrl, multipart=multipartParams) > ValueError: too many values to unpack This has been fixed weeks ago in the sqlmap subversion trunk version. Feel free to svn checkout and give a try to the upcoming 0.6.4 version. However, I am going to release the new version very soon, stay tuned! Cheers, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +39-3493821385 (IT), +44-(0)7788962949 (UK) PGP Key ID: 0x05F5A30F |