[sqlmap-users] (no subject)
Brought to you by:
inquisb
|
From: dragoun d. <dra...@gm...> - 2010-08-01 17:51:55
|
./sqlmap.py -u http://mywebsite/directory/page.asp?id=17 --method=GET
-f --union-use --reg-read
---------------------
[18:47:25] [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.5
Operating system: posix
Traceback (most recent call last):
File "./sqlmap.py", line 89, in main
start()
File "/pentest/database/sqlmap/lib/controller/controller.py", line
268, in start
action()
File "/pentest/database/sqlmap/lib/controller/action.py", line 67, in action
print "%s\n" % conf.dbmsHandler.getFingerprint()
File "/pentest/database/sqlmap/plugins/dbms/access/fingerprint.py",
line 120, in getFingerprint
actVer = formatDBMSfp() + " (%s)" % (self.__sandBoxCheck())
File "/pentest/database/sqlmap/lib/core/common.py", line 157, in formatDBMSfp
return "%s %s" % (kb.dbms, " and ".join([version for version in versions]))
TypeError: sequence item 0: expected string, NoneType found
[*] shutting down at: 18:47:25
|