Interesting bug... haven't seen that one before. Maybe running an strace of the w3af_console would help you debug where that message is coming from?
On Wed, Jun 26, 2013 at 12:51 PM, Chris Davis <[email protected]> wrote: > Thanks. That change did allow it to start running. However, it now crashes > with "Abort trap: 6". I've tried removing and reinstalling all packages > through MacPorts and pip-2.7. All that went without error. But after start > ./w3af_gui (or ./w3af_console), the exception still occurs. Any ideas? > > > On Tue, Jun 25, 2013 at 4:21 PM, Andres Riancho <[email protected]> > wrote: >> >> Well, that's strange. I updated the mac installation procedure just a >> couple of months ago, everything should work. >> >> I don't have a Mac here, so I can't really test it but please follow >> these steps: >> >> * Find "mac.py" in the w3af directory >> * Edit that file, replace distribute with setuptools >> * Try to start w3af again >> >> On Tue, Jun 25, 2013 at 5:10 PM, Chris Davis <[email protected]> wrote: >> > Yes, the latest from the GitHub repository using the instructions @ >> > http://w3af.org/download. >> > >> > >> > On Tue, Jun 25, 2013 at 3:53 PM, Andres Riancho >> > <[email protected]> >> > wrote: >> >> >> >> Which w3af version are you using? Latest from github's master branch? >> >> >> >> On Tue, Jun 25, 2013 at 3:58 PM, Chris Davis <[email protected]> >> >> wrote: >> >> > On Mac OS X (Mountain Lion) all dependencies have been installed >> >> > except >> >> > py27-distribute using MacPorts. MacPorts (as well as the Python >> >> > site) >> >> > says >> >> > that py27-distribute is deprecated and so it cannot be installed (via >> >> > the >> >> > command sudo port install py27-distribute). I instead installed >> >> > py27-setuptools which replaces it. >> >> > >> >> > However w3af will not run unless py27-distribute is installed. >> >> > Anyone >> >> > know >> >> > how this can be resolved? I cannot find a way to force MacPorts to >> >> > install >> >> > py27-distribute or to get w3af to run even though py27-distribute is >> >> > not >> >> > installed (it is the only missing w3af dependency now). >> >> > >> >> > -- >> >> > Chris >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > This SF.net email is sponsored by Windows: >> >> > >> >> > Build for Windows Store. >> >> > >> >> > http://p.sf.net/sfu/windows-dev2dev >> >> > _______________________________________________ >> >> > W3af-users mailing list >> >> > [email protected] >> >> > https://lists.sourceforge.net/lists/listinfo/w3af-users >> >> > >> >> >> >> >> >> >> >> -- >> >> Andrés Riancho >> >> Project Leader at w3af - http://w3af.org/ >> >> Web Application Attack and Audit Framework >> >> Twitter: @w3af >> >> GPG: 0x93C344F3 >> > >> > >> > >> > >> > -- >> > Chris >> >> >> >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 > > > > > -- > Chris -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
