Ulises, On Thu, Feb 12, 2009 at 1:14 PM, Ulises2k <[email protected]> wrote: > On Thu, Feb 12, 2009 at 13:14, Ulises2k <[email protected]> wrote: >> Hi Ayrton, >> >> >> On Wed, Feb 11, 2009 at 21:26, Andres Riancho <[email protected]> >> wrote: >>> >>> Ayrton, >>> >>> 2009/2/11 A B <[email protected]>: >>> > Hi All, >>> > >>> > I'm probably missing something really simple. I hope someone can give me a >>> > hand on this. >>> >>> Ok, I hope I can =) >>> >>> > These are the steps I took (I'm on WinXP Pro SP2): >>> > >>> > Installed Python 2.6.1 >>> > Installed w3af-beta-7-r1812.exe >>> > >>> > When I got to the plugins part of this installation, I got an error >>> > message >>> > because Python 2.5 was not found. I was not given the option of finding >>> > another Python installation. >>> > So, I was forced to skip the installation of plugins, and finished the >>> > installation of w3af "sucessfully" (without the plugins). >>> >>> Python 2.5 is REQUIRED. w3af won't run with Python2.6+Windows. >>> >> This bug is fixed in svn rev. 2465 of windows installer >> http://w3af.svn.sourceforge.net/viewvc/w3af/extras/windows_installer/w3af-setup.nsi?view=log&pathrev=2465 >> >> The next version(w3af 1.0 rc1) fix this bug. >> >>> > Tryed to run w3af GUI: >>> > >>> > A cmd.exe screen appears very briefly and goes away. nothing else happens. >>> > >>> > Installed Python 2.5.4 >>> > Installed w3af-beta-7-r1812.exe again >>> > >>> > w3af-beta-7-r1812 recognizes Python 2.6 >>> >>> hmmm, it should find Python2.5! >>> Maybe you could try to uninstall Python 2.6 ? >>> >>> > Now there was no problem with the plugins. They all find Python 2.5 and >>> > are >>> > installed correctly. >>> > >>> > Tryed to run w3af GUI again >>> > >>> > Same result as step (3.1.) >>> > >>> > Uninstalled Python 2.6.1 (so that w3af-beta-7-r1812 would recognize only >>> > Python 2.5, the same as the one for the plugins) >>> > Installed w3af-beta-7-r1812.exe again >>> > >>> > As predicted, now everything is based on Python 2.5. There is no >>> > mentioning >>> > of version 2.6.1 >>> >>> Cool >>> >>> > Tryed to run w3af GUI again, this is what I get (on a cmd.exe screen): >>> > >>> > C:\Arquivos de programas\w3af>w3af_gui >>> > You have to install graphviz. On Debian based distributions: apt-get >>> > install >>> > graphviz >>> >>> Did you actually clicked on the install button when the graphviz >>> installer was invoked from the w3af installer? >>> >>> > Starting w3af, running on: >>> > Python version: >>> > 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] >>> > GTK version: 2.14.1 >>> > PyGTK version: 2.12.1 >>> > You have to install pyOpenSSL library. On Debian based distributions: >>> > apt-get install python-pyopenssl >>> > >>> > And an error message box says it was not possible to find the number 3873 >>> > on >>> > LIBEAY32.dll. >>> >>> We are working on this, this is a bug. >>> >> >> We are working on this bug and we couldn't resolve it yet. >> >> Andres found this page: >> http://www.codeguru.com/cpp/w-p/dll/article.php/c99 >> >> but this didn't resolve the problem, because the w3af's executable is >> python.exe. >> I copied libeay32.dll to c:\python2.5\ and didn't resolve the problem either >> I also created entrys on the registry without luck >> >> I will keep researching >> >> > > I fixed it. > > I copied C:\Archivos de programa\w3af\libeay32.dll to > C:\Python25\Lib\site-packages\OpenSSL\ and that fixes the problem!!
Nice! Now we should do that automagically with the installer, and we're done, right? > > >>> > But I already have both pyOpenSSL and GraphViz installed (the ones that >>> > came >>> > with the w3af package). And libeay32.dll is there on C:\WINDOWS\system32\ >>> > >>> > So, what am I doing wrong? >>> >>> At this moment, I'm not sure if you made anything wrong. I think that >>> you should use the Samurai Live CD + VMware for now =) >>> >>> > Thanks! >>> > Ayrton >>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------------ >>> > Create and Deploy Rich Internet Apps outside the browser with >>> > Adobe(R)AIR(TM) >>> > software. With Adobe AIR, Ajax developers can use existing skills and code >>> > to >>> > build responsive, highly engaging applications that combine the power of >>> > local >>> > resources and data with the reach of the web. Download the Adobe AIR SDK >>> > and >>> > Ajax docs to start building applications >>> > today-http://p.sf.net/sfu/adobe-com >>> > _______________________________________________ >>> > W3af-users mailing list >>> > [email protected] >>> > https://lists.sourceforge.net/lists/listinfo/w3af-users >>> > >>> > >>> >>> >>> >>> -- >>> Andres Riancho >>> http://w3af.sourceforge.net/ >>> Web Application Attack and Audit Framework >>> >>> ------------------------------------------------------------------------------ >>> Create and Deploy Rich Internet Apps outside the browser with >>> Adobe(R)AIR(TM) >>> software. With Adobe AIR, Ajax developers can use existing skills and code >>> to >>> build responsive, highly engaging applications that combine the power of >>> local >>> resources and data with the reach of the web. Download the Adobe AIR SDK and >>> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com >>> _______________________________________________ >>> W3af-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/w3af-users >> >> -- >> Ulises U. Cuñé >> Web: http://www.ulises2k.com.ar >> > -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
