[sqlmap-users] I met with a bug when I was using sqlmap
Brought to you by:
inquisb
From: 朱冯贶天 <zh...@ho...> - 2012-01-31 15:25:13
|
Hello, I met with a bug when I was using sqlmap. It suggested that I sent by email with feedback to you. Debug info is : [23:14:12] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run 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-devPython version: 2.7.1Operating system: ntCommand line: sqlmap.py -u ******************************************************************* -v 3 --text-only -o --threads=10 -D ** --start 1 --stop 5 --dumpTechnique: UNIONBack-end DBMS: Oracle (fingerprinted)Traceback (most recent call last): File "D:\temp_workspace\PyLearning\src\sqlmap\_sqlmap.py", line 83, in main start() File "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\controller.py", line 563, in start action() File "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\action.py", line109, in action conf.dbmsHandler.dumpTable() File "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py", line 1558, in dumpTable self.getColumns(onlyColNames=True) File "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py", line 1138, in getColumns value = inject.getValue(query, blind=False) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py", line 435, in getValue value = __goInband(query, expected, unique, resumeValue, unpack, dump) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py", line 383, in __goInband output = unionUse(expression, unpack=unpack, dump=dump) File "D:\temp_workspace\PyLearning\src\sqlmap\lib\techniques\union\use.py", line 254, in unionUse elif count and not count.isdigit():AttributeError: 'BigArray' object has no attribute 'isdigit' [*] shutting down at 23:14:12 Glad to hear from you. Thank you. |