[sqlmap-users] SQLMAP Error
Brought to you by:
inquisb
From: Olu A. <sey...@gm...> - 2011-08-01 18:29:37
|
Hi, I have started receiving this error when I Ctrl+C and it tries to crack the hashes. It wasn't like that before. Thanks [19:23:41] [WARNING] Ctrl+C detected in dumping phase [19:23:41] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4314), 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 (r4314) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u ******************************************************** --data=ln=&passwd2= -v 2 -U ** -D *** -T ************ -C ************************ --dump --replicate Technique: BOOLEAN Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/Users/fx/sqlmap/lib/controller/controller.py", line 554, in start action() File "/Users/fx/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/Users/fx/sqlmap/plugins/generic/enumeration.py", line 1754, in dumpTable attackDumpedTable() File "/Users/fx/sqlmap/lib/utils/hash.py", line 282, in attackDumpedTable if table[colUser]['values'][i] not in attack_dict: File "/Users/fx/sqlmap/lib/core/common.py", line 258, in __getitem__ return chunk[offset] IndexError: list index out of range [*] shutting down at 19:23:41 Thanks |