andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.57k stars 1.22k forks source link

[Auto-Generated] Bug Report - AttributeError: 'DialogFlags' object has no attribute 'get_name' #1061

Closed 1d3df9903ad closed 10 years ago

1d3df9903ad commented 10 years ago

User description

What steps will reproduce the problem?

What is the expected output? What do you see instead? Blind SQLi Exploit using sqlmap / unhandled exception

What operating system are you using? Debian 7

Please provide any additional information below:

Version Information

  Python version: 2.7.3 (default, Jan  2 2013, 16:53:07) [GCC 4.7.2]
  GTK version: 2.24.10
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 1.5
    Revision: 5fa1c59a47 - 31 janv. 2014 16:41
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/mnt/oep/w3af/dev/w3af-dev/w3af/core/ui/gui/tabs/exploit/vuln_add.py", line 108, in _ok
    self.vuln_template)
  File "/mnt/oep/w3af/dev/w3af-dev/w3af/core/ui/gui/tabs/exploit/vuln_add.py", line 146, in __init__
    super(TemplateConfigDialog, self).__init__(title, None, gtk.DIALOG_MODAL, ())
  File "/mnt/oep/w3af/dev/w3af-dev/w3af/core/ui/gui/confpanel.py", line 291, in __init__
    plugin.pname, plugin.ptype = plugin.get_name(), plugin.get_type()
AttributeError: 'DialogFlags' object has no attribute 'get_name'

Enabled Plugins

andresriancho commented 10 years ago

Duplicates #1318 Fixed