[sqlmap-users] sqlmap/0.7rc1 update broken
Brought to you by:
inquisb
|
From: Authorisation <aut...@gm...> - 2009-04-26 17:21:11
|
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'
|