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 sqlmap-users@lists.sourceforge.net 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

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to