[sqlmap-users] Report bug
Brought to you by:
inquisb
From: 朱冯贶天 <zh...@ho...> - 2012-03-01 08:25:15
|
I met with bug again >.< Debug info is: [16:17:32] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4821), retry yourrun with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you.sqlmap version: 1.0-dev (r4821)Python version: 2.7.1Operating system: ntCommand line: sqlmap.py -u ********************************************************** -v 3 --risk 3 --text-only -o --threads=10 --data calendar.id=201&calendar.studentType.id=5&calendar.year=2011-2012&calendar.term=2&classroom.name=&classroom.configType.id=&classroom.schoolDistrict.id=&classroom.building.id=&depart.id= --sql-shellTechnique: TIMEBack-end DBMS: Oracle (fingerprinted)Traceback (most recent call last): File "D:\temp_workspace\PyLearning\src\sqlmap\_sqlmap.py", line 82, in main start() File "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\controller.py", line 573, in start action() File "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\action.py", line121, in action conf.dbmsHandler.sqlShell() File "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py", line 2432, in sqlShell output = self.sqlQuery(query) File "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py", line 2378, in sqlQuery output = inject.getValue(query, fromUser=True) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py", line 432, in getValue value = __goInferenceProxy(query, fromUser, expected, batch, unpack, charsetType, firstChar, lastChar, dump) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py", line 216, in __goInferenceProxy count = __goInference(payload, countedExpression, 2, firstChar, lastChar) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py", line 66, in __goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\techniques\blind\inference.py", line 489, in bisection val = getChar(index, asciiTbl) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\techniques\blind\inference.py", line 212, in getChar maxChar = maxValue = charTbl[-1]IndexError: list index out of range Best regards zhfkt |