I am still having the same issue.

I uninstalled w3af_1.0-rc2_setup.exe
I downloaded/installed w3af 1.0 rc3 (Testing_v3) setup.exe

I had the same issue.

I renamed other libeay32.dll leaving the following three only...

C:\>dir /S libeay32.dll
 Volume in drive C has no label.
 Volume Serial Number is 0490-838E

 Directory of C:\Program Files\w3af\python25\Lib\site-packages\OpenSSL

08/06/2009  11:25 PM         1,097,728 libeay32.dll
               1 File(s)      1,097,728 bytes

 Directory of C:\Program Files\w3af\svn-client

08/06/2009  11:25 PM         1,097,728 libeay32.dll
               1 File(s)      1,097,728 bytes

 Directory of C:\Python25\Lib\site-packages\OpenSSL

01/20/2009  07:16 PM         1,097,728 libeay32.dll
               1 File(s)      1,097,728 bytes

     Total Files Listed:
               3 File(s)      3,293,184 bytes
               0 Dir(s)  135,666,724,864 bytes free


Although the size is the same for all three the date shown for the last one is 
different than for the other two. Could that indicate an issue?

I restarted the desktop.

I had the same issue...

"C:\Program Files\w3af\w3af_console.bat"
You have to install pyOpenSSL library.
    - On Debian based distributions: apt-get install python-pyopenssl
    - On Mac: sudo port install py25-socket-ssl , or py25-openssl

cd \python25
python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenSSL import SSL
The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll
Ok
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python25\lib\site-packages\OpenSSL\__init__.py", line 11, in <module>

    import rand, crypto, SSL, tsafe
ImportError: DLL load failed with error code 182
>>>

I ran Process Explorer and did Find Handle or DLL...
I entered libeay32.dll and it showed the following loaded...
Python.exe      2528    DLL     
C:\Python25\Lib\site-packages\OpenSSL\libeay32.dll

Any other thoughts?

Thanks,
Daniel
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to