[sqlmap-users] Error while cracking
Brought to you by:
inquisb
From: Gianluca B. <g...@br...> - 2011-07-20 11:48:21
|
Found a bug while trying the password cracking. (I think r4269 is the latest version, in case I am wrong... sorry :) [13:39:49] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4269), 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 (r4269) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py --tor -c sqlmap.conf --thread 5 -u ************************************ --forms --dump -C ******************************** -T ************** -D *********** ****** --batch Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 86, in main start() File "/home/g/sqlmap-dev2/lib/controller/controller.py", line 554, in start action() File "/home/g/sqlmap-dev2/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/home/g/sqlmap-dev2/plugins/generic/enumeration.py", line 1745, in dumpTable attackDumpedTable() File "/home/g/sqlmap-dev2/lib/utils/hash.py", line 290, in attackDumpedTable results = dictionaryAttack(attack_dict) File "/home/g/sqlmap-dev2/lib/utils/hash.py", line 567, in dictionaryAttack retVal = multiprocessing.Queue() File "/usr/local/lib/python2.6/multiprocessing/__init__.py", line 212, in Queue from multiprocessing.queues import Queue File "/usr/local/lib/python2.6/multiprocessing/queues.py", line 22, in <module> from multiprocessing.synchronize import Lock, BoundedSemaphore, Semaphore, Condition File "/usr/local/lib/python2.6/multiprocessing/synchronize.py", line 33, in <module> " function, see issue 3770.") ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. [*] shutting down at 13:39:49 |