[sqlmap-users] Problem found on sqlmap
Brought to you by:
inquisb
From: Kyprianos V. <kyp...@at...> - 2011-01-30 12:28:38
|
Hope it helps, krumels-MacBook-Pro:sqlmap-dev krumel$ ./sqlmap.py -u http://www.target.com/desc.asp?id=15 --users --passwords --is-dba --dump-all -v 2 [13:33:22] [CRITICAL] unhandled exception in sqlmap/0.9-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 command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r3131) Python version: 2.6.1 Operating system: posix Technique: ERROR Back-end DBMS: Oracle Traceback (most recent call last): File "./sqlmap.py", line 83, in main start() File "/Users/krumel/Desktop/sqlmap/sqlmap-dev/lib/controller/controller.py", line 414, in start action() File "/Users/krumel/Desktop/sqlmap/sqlmap-dev/lib/controller/action.py", line 77, in action conf.dbmsHandler.getPasswordHashes(), "password hash") File "/Users/krumel/Desktop/sqlmap/sqlmap-dev/plugins/generic/enumeration.py", line 270, in getPasswordHashes if user in retrievedUsers: TypeError: unhashable type: 'list' [*] shutting down at: 13:33:22 |