[sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Shadow F. <sha...@gm...> - 2012-06-16 08:57:51
|
[01:03:40] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r5127), 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 (r5127) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ****************************************************************************************************************************************************** --tor --random-agent -p hLids --technique=U -v 3 --current-user Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 81, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 573, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 64, in action conf.dumper.currentUser(conf.dbmsHandler.getCurrentUser()) File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 138, in getCurrentUser kb.data.currentUser = unArrayizeValue(inject.getValue(query)) File "/pentest/database/sqlmap/lib/request/inject.py", line 418, in getValue value = __goInband(query, expected, unpack, dump) File "/pentest/database/sqlmap/lib/request/inject.py", line 365, in __goInband output = unionUse(expression, unpack=unpack, dump=dump) File "/pentest/database/sqlmap/lib/techniques/union/use.py", line 343, in unionUse value = __oneShotUnionUse(expression, unpack) File "/pentest/database/sqlmap/lib/techniques/union/use.py", line 69, in __oneShotUnionUse kb.unionDuplicates = vector[7] IndexError: tuple index out of range |