[sqlmap-users] sqlmap bug (1.0-dev (r4264))
Brought to you by:
inquisb
From: Christian S. <chr...@li...> - 2011-07-13 06:29:27
|
[00:45:39] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4264), 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-dev (r4264) Python version: 2.6.6 Operating system: posix Command line: sqlmap.py -u ******************************************** --dump-all --batch --eta --threads=8 Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 86, in main start() File "/home/user/sqlmap-dev/lib/controller/controller.py", line 554, in start action() File "/home/user/sqlmap-dev/lib/controller/action.py", line 112, in action conf.dbmsHandler.dumpAll() File "/home/user/sqlmap-dev/plugins/generic/enumeration.py", line 1788, in dumpAll self.dumpTable() File "/home/user/sqlmap-dev/plugins/generic/enumeration.py", line 1743, in dumpTable conf.dumper.dbTableValues(kb.data.dumpedTable) File "/home/user/sqlmap-dev/lib/core/dump.py", line 438, in dbTableValues dataToDumpFile(dumpFP, "%s," % safeCSValue(value)) File "/home/user/sqlmap-dev/lib/core/common.py", line 2784, in safeCSValue if not (retVal[0] == retVal[-1] == '"'): IndexError: string index out of range [*] shutting down at 00:45:39 |