[sqlmap-users] Bug: Unhandled exception while doing a sql-shell query on MSSQL 2000, blind mode wit
Brought to you by:
inquisb
|
From: Konrads S. <ko...@sm...> - 2009-01-28 12:42:52
|
[14:39:38] [INFO] calling Microsoft SQL Server shell. To quit type 'x' or
'q' and press ENTER
sql> select name from sysobjects ORDER by xtype DESC
[14:39:43] [INFO] fetching SQL SELECT statement query output: 'select name
from sysobjects ORDER by xtype DESC'
[14:39:43] [INPUT] can the SQL query provided return multiple entries? [Y/n]
[14:39:44] [ERROR] unhandled exception in sqlmap/0.6.4-rc4, please copy the
command line and the following text and send by e-mail to
sql...@li.... The developers will fix it as soon as
possible:
sqlmap version: 0.6.4-rc4
Python version: 2.5.2
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 81, in main
start()
File "/home/konrads/sqlmap/lib/controller/controller.py", line 255, in
start
action()
File "/home/konrads/sqlmap/lib/controller/action.py", line 126, in action
conf.dbmsHandler.sqlShell()
File "/home/konrads/sqlmap/plugins/generic/enumeration.py", line 1117, in
sqlShell
output = self.sqlQuery(query)
File "/home/konrads/sqlmap/plugins/generic/enumeration.py", line 1061, in
sqlQuery
output = inject.getValue(query, fromUser=True)
File "/home/konrads/sqlmap/lib/request/inject.py", line 358, in getValue
value = __goInferenceProxy(expression, fromUser, expected)
File "/home/konrads/sqlmap/lib/request/inject.py", line 208, in
__goInferenceProxy
untilOrderChar = countedExpression.index(" ORDER BY ")
ValueError: substring not found
[*] shutting down at: 14:39:44
--
Konrads Smelkovs
Applied IT sorcery.
|