andresriancho / w3af

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

[Auto-Generated] Bug Report - AssertionError #1482

Closed 1d3df9903ad closed 10 years ago

1d3df9903ad commented 10 years ago

User description

What steps will reproduce the problem? 1. 2. 3.

What is the expected output? What do you see instead?

What operating system are you using?

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.6
    Revision: 33d1f0e5b8 - 29 Jan 2014 12:39
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/root/w3af/core/ui/gui/main.py", line 592, in start_scan_wrap
    real_scan_start()
  File "/root/w3af/core/ui/gui/main.py", line 578, in real_scan_start
    helpers.coreWrap(self.w3af.plugins.init_plugins)
  File "/root/w3af/core/ui/gui/helpers.py", line 205, in __call__
    return func(*args, **kwargs)
  File "/root/w3af/core/controllers/core_helpers/plugins.py", line 80, in init_plugins
    self.plugin_factory()
  File "/root/w3af/core/controllers/core_helpers/plugins.py", line 345, in plugin_factory
    resolve_dependencies()
  File "/root/w3af/core/controllers/core_helpers/plugins.py", line 305, in resolve_dependencies
    om.out.information('Enabling %s\'s dependency %s' %
  File "/root/w3af/core/controllers/output_manager.py", line 50, in od_wrapper
    out.start()
  File "/usr/lib/python2.7/multiprocessing/dummy/__init__.py", line 71, in start
    assert self._parent is current_process()
AssertionError

Enabled Plugins

{'attack': {},
 'audit': {},
 'auth': {},
 'bruteforce': {},
 'crawl': {'content_negotiation': {},
           'dir_file_bruter': {},
           'find_backdoors': {},
           'find_captchas': {},
           'find_dvcs': {},
           'ghdb': {},
           'oracle_discovery': {},
           'phishtank': {},
           'phpinfo': {},
           'pykto': {},
           'robots_txt': {},
           'sitemap_xml': {},
           'spider_man': {},
           'url_fuzzer': {},
           'urllist_txt': {},
           'web_diff': {},
           'web_spider': {}},
 'evasion': {},
 'grep': {},
 'infrastructure': {'afd': {},
                    'allowed_methods': {},
                    'detect_reverse_proxy': {},
                    'detect_transparent_proxy': {},
                    'dns_wildcard': {},
                    'domain_dot': {},
                    'dot_net_errors': {},
                    'favicon_identification': {},
                    'find_jboss': {},
                    'find_vhosts': {},
                    'finger_bing': {},
                    'finger_google': {},
                    'finger_pks': {},
                    'fingerprint_WAF': {},
                    'fingerprint_os': {},
                    'frontpage_version': {},
                    'halberd': {},
                    'hmap': {},
                    'http_vs_https_dist': {},
                    'php_eggs': {},
                    'server_header': {},
                    'server_status': {},
                    'shared_hosting': {},
                    'xssed_dot_com': {},
                    'zone_h': {}},
 'mangle': {},
 'output': {}}
andresriancho commented 10 years ago

Dup!