Re: [sqlmap-users] Still errors in cracking
Brought to you by:
inquisb
From: Steve P. <ste...@gm...> - 2011-07-26 14:43:39
|
On 07/26/2011 05:36 AM, Gianluca Brindisi wrote: > Hi all! > I still have errors while trying to crack retrieved hashes :( > <--snip--> > 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. Out of curiosity, what OS are you using? >From what info I can dig up, this is a Python bug that only seems to affect Solaris, AIX, openBSD and FreeBSD < 7.2. The attached patch should fix it, unfortunately by disabling multiprocessing on those platforms. Is there any other sync mechanism available in some other multiprocessing library? Do enough people use those OSs to make it worth it? -- | Steven Pinkham, Security Consultant | | http://www.mavensecurity.com | | GPG public key ID CD31CAFB | |