Traceback (most recent call last):
File "sqlmap.py", line 216, in main
start()
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 703, in start
action()
File "lib/controller/action.py", line 115, in action
conf.dumper.dbTables(conf.dbmsHandler.getTables())
File "plugins/dbms/mssqlserver/enumeration.py", line 151, in getTables
table = inject.getValue(_, union=False, error=False)
File "lib/core/decorators.py", line 96, in _
result = f(*args, **kwargs)
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/request/inject.py", line 468, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
File "lib/request/inject.py", line 308, in _goInferenceProxy
outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump)
File "lib/request/inject.py", line 154, in _goInferenceFields
output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field)
File "lib/request/inject.py", line 126, in _goInference
count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump)
File "lib/techniques/blind/inference.py", line 654, in bisection
val = getChar(index, asciiTbl, not(charsetType is None and conf.charset))
File "lib/techniques/blind/inference.py", line 369, in getChar
warnMsg = "unexpected response detected." % threadData.lastCode
TypeError: not all arguments converted during string formatting