Re: [sqlmap-users] sqlmap/0.7rc1 update broken
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2009-04-27 23:11:09
|
I can't reproduce this bug. Please, get the latest sqlmap version from svn and try again. Cheers, Bernardo On Sun, Apr 26, 2009 at 18:20, Authorisation <aut...@gm...> wrote: > Hi, > > It appears that the update function is broken as well. > > ./sqlmap.py --update > > sqlmap/0.7rc1 > by Bernardo Damele A. G. <ber...@gm...> > > [*] starting at: 18:16:49 > > [18:16:49] [INFO] updating sqlmap > [18:16:50] [INFO] you are already running sqlmap latest stable version > [18:16:50] [INFO] updating Microsoft SQL Server XML versions file > [18:17:23] [WARNING] unable to connect to the target url or proxy, sqlmap is > going to retry the request > [18:17:24] [ERROR] unhandled exception in sqlmap/0.7rc1, please copy the > command line and the following text and send by e-mail to > sql...@li.... The developer will fix it as soon as > possible: > sqlmap version: 0.7rc1 > Python version: 2.5.1 > Operating system: linux2 > Traceback (most recent call last): > File "./sqlmap.py", line 78, in main > init(cmdLineOptions) > File "/opt/web/sqlmap/lib/core/option.py", line 964, in init > update() > File "/opt/web/sqlmap/lib/core/update.py", line 340, in update > __updateMSSQLXML() > File "/opt/web/sqlmap/lib/core/update.py", line 57, in __updateMSSQLXML > mssqlVersionsHtmlString, _ = Request.getPage(url=MSSQL_VERSIONS_URL, > direct=True) > File "/opt/web/sqlmap/lib/request/connect.py", line 213, in getPage > return Connect.__getPageProxy(get=get, post=post, cookie=cookie, ua=ua, > direct=direct, multipart=multipart) > File "/opt/web/sqlmap/lib/request/connect.py", line 54, in __getPageProxy > return Connect.getPage(**kwargs) > File "/opt/web/sqlmap/lib/request/connect.py", line 67, in getPage > url = kwargs.get('url', conf.url).replace(" ", "%20") > AttributeError: 'NoneType' object has no attribute 'replace' -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +447788962949 (UK), +393493821385 (IT) PGP Key ID: 0x05F5A30F |