[sqlmap-users] Bug Report 2
Brought to you by:
inquisb
|
From: <shi...@gm...> - 2010-04-09 10:25:06
|
[12:22:23] [INFO] testing for parenthesis on injectable parameter
[12:22:23] [INFO] testing Microsoft SQL Server
[12:22:28] [INFO] confirming Microsoft SQL Server
[12:22:40] [INFO] the back-end DBMS is Microsoft SQL Server
[12:22:40] [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 78, in main
start()
File "/Users/hagbart/source/sqlmap_svn/lib/controller/controller.py", line 267, in start
action()
File "/Users/hagbart/source/sqlmap_svn/lib/controller/action.py", line 68, in action
print "%s\n" % conf.dbmsHandler.getFingerprint()
File "/Users/hagbart/source/sqlmap_svn/plugins/dbms/mssqlserver/fingerprint.py", line 58, in getFingerprint
actVer = formatDBMSfp()
File "/Users/hagbart/source/sqlmap_svn/lib/core/common.py", line 139, in formatDBMSfp
if ( not versions or versions == [None] ) and kb.dbmsVersion[0] != "Unknown":
TypeError: 'NoneType' object is unsubscriptable
|