w3af only works with Python 2.5.x You have used Python 2.6.x Read the documentation: http://w3af.svn.sourceforge.net/viewvc/w3af/trunk/readme/EN/w3afUsersGuide.pdf "Installation Requirements"
Regards, On Tue, Jul 7, 2009 at 10:28, inf0rmatica<[email protected]> wrote: > Hi there, > sorry about my english first of all > i'v installed all the requirements ALL. > When i try to start up with ./w3af_gui or ./w3af_console it gives me the > following > **************************************************************************************** > ./w3af_gui > Starting w3af, running on: > Python version: > 2.6 (r26:66714, Jun 8 2009, 16:07:26) > [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] > GTK version: 2.16.2 > PyGTK version: 2.14.1 > > w3af - Web Application Attack and Audit Framework > Version: 1.1 (from SVN server) > Revision: 2940 > Author: Andres Riancho and the w3af team. > Traceback (most recent call last): > File "./w3af_gui", line 75, in <module> > errCode = main() > File "./w3af_gui", line 72, in main > core.ui.gtkUi.main.main(profile) > File "/home/me/tools/w3af/core/ui/gtkUi/main.py", line 838, in main > MainApp(profile) > File "/home/me/tools/w3af/core/ui/gtkUi/main.py", line 427, in __init__ > self.pcbody = pluginconfig.PluginConfigBody(self, self.w3af) > File "/home/me/tools/w3af/core/ui/gtkUi/pluginconfig.py", line 584, in > __init__ > self.pan = self._buildpan() > File "/home/me/tools/w3af/core/ui/gtkUi/pluginconfig.py", line 602, in > _buildpan > self.std_plugin_tree = PluginTree(self.w3af, "standard", > self.config_panel) > File "/home/me/tools/w3af/core/ui/gtkUi/pluginconfig.py", line 245, in > __init__ > if self._getEditablePlugin(plugin, plugintype): > File "/home/me/tools/w3af/core/ui/gtkUi/pluginconfig.py", line 300, in > _getEditablePlugin > plugin = self.w3af.getPluginInstance(pname, ptype) > File "/home/me/tools/w3af/core/controllers/w3afCore.py", line 1115, in > getPluginInstance > pluginInst = factory('plugins.' + pluginType + '.' + pluginName) > File "/home/me/tools/w3af/core/controllers/misc/factory.py", line 48, in > factory > raise w3afException('There was an error while importing '+ moduleName + ': > "' + str(ie) + '".') > w3afException: There was an error while importing plugins.discovery.wordnet: > "cannot import name wordnet". > ************************************************************************************************************************** > I'm runing fedora 11 on a full updated machine WITH ALL the requirements > installed even pysqlite3 installed from scratch. > What the hack? > Thank you all. > > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/blackberry > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > -- -- Ulises U. Cuñé Web: http://www.ulises2k.com.ar ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
