Hi,
I get the following error on 1.0-rc2 and the latest SVN checkout. If I
delete all plugins relating to google, fingergoogle, ghdb, ect... w3af works
however then crashes on some scans because of re.py? Running Ubuntu 9.10.

Starting w3af, running on:
  Python version:
    2.5.4 (r254:67916, Sep 20 2009, 10:05:43)
    [GCC 4.4.1]
  GTK version: 2.18.3
  PyGTK version: 2.16.0

w3af - Web Application Attack and Audit Framework
  Version: 1.0-rc2 (from SVN server)
  Revision: 3220
  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/ryan/RandomStorm/w3af/core/ui/gtkUi/main.py", line 838, in
main
    MainApp(profile)
  File "/home/ryan/RandomStorm/w3af/core/ui/gtkUi/main.py", line 427, in
__init__
    self.pcbody = pluginconfig.PluginConfigBody(self, self.w3af)
  File "/home/ryan/RandomStorm/w3af/core/ui/gtkUi/pluginconfig.py", line
584, in __init__
    self.pan = self._buildpan()
  File "/home/ryan/RandomStorm/w3af/core/ui/gtkUi/pluginconfig.py", line
602, in _buildpan
    self.std_plugin_tree = PluginTree(self.w3af, "standard",
self.config_panel)
  File "/home/ryan/RandomStorm/w3af/core/ui/gtkUi/pluginconfig.py", line
245, in __init__
    if self._getEditablePlugin(plugin, plugintype):
  File "/home/ryan/RandomStorm/w3af/core/ui/gtkUi/pluginconfig.py", line
300, in _getEditablePlugin
    plugin = self.w3af.getPluginInstance(pname, ptype)
  File "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line
1106, in getPluginInstance
    pluginInst = factory('plugins.' + pluginType + '.' + pluginName)
  File "/home/ryan/RandomStorm/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



Thanks in advance.

-- 
Ryan Dewhurst

http://www.ethicalhack3r.co.uk
http://www.dvwa.co.uk
http://www.twitter.com/ethicalhack3r
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to