[sqlmap-users] Bug-Report
Brought to you by:
inquisb
|
From: <shi...@gm...> - 2010-04-09 09:52:51
|
xxxxxx01:sqlmap_svn xxxxxxxt$ python sqlmap.py --update
sqlmap/0.9-dev - automatic SQL injection and database takeover tool
http://sqlmap.sourceforge.net
[*] starting at: 11:50:46
[11:50:46] [INFO] updating sqlmap to latest development version from the subversion repository
[11:50:46] [INFO] update in progress . done
[11:50:47] [INFO] updated to the latest revision 1550
[11:50:47] [INFO] updating Microsoft SQL Server XML versions file
[11:50:50] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev
Python version: 2.6.1
Operating system: darwin
Traceback (most recent call last):
File "sqlmap.py", line 77, in main
init(cmdLineOptions)
File "/Users/hagbart/source/sqlmap_svn/lib/core/option.py", line 1074, in init
update()
File "/Users/hagbart/source/sqlmap_svn/lib/core/update.py", line 261, in update
__updateMSSQLXML()
File "/Users/hagbart/source/sqlmap_svn/lib/core/update.py", line 57, in __updateMSSQLXML
mssqlVersionsHtmlString, _ = Request.getPage(url=MSSQL_VERSIONS_URL, direct=True)
File "/Users/hagbart/source/sqlmap_svn/lib/request/connect.py", line 161, in getPage
for _, cookie in enumerate(conf.cj):
TypeError: 'NoneType' object is not iterable
[*] shutting down at: 11:50:51
|