Ahh, and w3af works only in py2.5. We're going to migrate to 2.6 soon. On Wed, Mar 31, 2010 at 10:21 AM, Brad Causey <[email protected]> wrote: > Looked back through the archives, and didn't see anything on this. > > b...@brad-ubuntu:~/Desktop/w3af$ python w3af_gui > Starting w3af, running on: > Python version: > 2.6.4 (r264:75706, Dec 7 2009, 18:45:15) > [GCC 4.4.1] > GTK version: 2.18.3 > PyGTK version: 2.16.0 > > w3af - Web Application Attack and Audit Framework > Version: 1.1 (from tgz) > 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/brad/Desktop/w3af/core/ui/gtkUi/main.py", line 851, in main > MainApp(profile) > File "/home/brad/Desktop/w3af/core/ui/gtkUi/main.py", line 436, in __init__ > self.pcbody = pluginconfig.PluginConfigBody(self, self.w3af) > File "/home/brad/Desktop/w3af/core/ui/gtkUi/pluginconfig.py", line > 594, in __init__ > self.pan = self._buildpan() > File "/home/brad/Desktop/w3af/core/ui/gtkUi/pluginconfig.py", line > 612, in _buildpan > self.std_plugin_tree = PluginTree(self.w3af, "standard", self.config_panel) > File "/home/brad/Desktop/w3af/core/ui/gtkUi/pluginconfig.py", line > 245, in __init__ > if self._getEditablePlugin(plugin, plugintype): > File "/home/brad/Desktop/w3af/core/ui/gtkUi/pluginconfig.py", line > 300, in _getEditablePlugin > plugin = self.w3af.getPluginInstance(pname, ptype) > File "/home/brad/Desktop/w3af/core/controllers/w3afCore.py", line > 1229, in getPluginInstance > pluginInst = factory('plugins.' + pluginType + '.' + pluginName) > File "/home/brad/Desktop/w3af/core/controllers/misc/factory.py", > line 50, in factory > raise w3afException('Error while loading plugin "'+ moduleName + > '". Exception: ' + str(e) ) > w3afException: Error while loading plugin > "plugins.discovery.fingerGoogle". Exception: name 'Types' is not > defined > > > > > > > -Brad Causey > CISSP, MCSE, C|EH, CIFI, CGSP > > http://www.owasp.org > -- > "Si vis pacem, para bellum" > -- > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users >
-- Andrés Riancho Founder, Bonsai - Information Security http://www.bonsai-sec.com/ http://w3af.sf.net/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
