andresriancho / w3af

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

[Auto-Generated] Bug Report - raise self._value #8955

Closed 1d3df9903ad closed 9 years ago

1d3df9903ad commented 9 years ago

No user description was provided for this bug report given that it was related to handled exceptions in scan with id 9480f1f682

Version Information

  Python version: 2.7.3 (default, Mar 14 2014, 11:57:14) [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.46
    Distribution: Kali Linux
    Author: Andres Riancho and the w3af team.

Traceback

A "MaybeEncodingError" exception was found while running infrastructure.finger_bing on "Method: GET | http://domain/". The exception was: "Error sending result: '<w3af.core.data.parsers.parser_cache.ProcessDocumentParser object at 0xb1486ec>'. Reason: 'PicklingError("Can't pickle <type 'dictproxy'>: attribute lookup __builtin__.dictproxy failed",)'" at pool276.py:get():558.The full traceback is:
  File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/crawl_infrastructure.py", line 401, in _discover_worker
    result = plugin.discover_wrapper(fuzzable_request)
  File "/usr/share/w3af/w3af/core/controllers/plugins/infrastructure_plugin.py", line 59, in discover_wrapper
    return self.discover(fuzzable_request_copy)
  File "/usr/share/w3af/w3af/core/controllers/misc/decorators.py", line 46, in inner_runonce_meth
    return meth(self, *args)
  File "/usr/share/w3af/w3af/plugins/infrastructure/finger_bing.py", line 67, in discover
    self.worker_pool.map(self._find_accounts, results)
  File "/usr/share/w3af/w3af/core/controllers/threads/pool276.py", line 251, in map
    return self.map_async(func, iterable, chunksize).get()
  File "/usr/share/w3af/w3af/core/controllers/threads/pool276.py", line 558, in get
    raise self._value

Enabled Plugins

{'attack': {},
 'audit': {'blind_sqli': {},
           'buffer_overflow': {},
           'cors_origin': {},
           'csrf': {},
           'dav': {},
           'eval': {},
           'file_upload': {},
           'format_string': {},
           'frontpage': {},
           'generic': {},
           'global_redirect': {},
           'htaccess_methods': {},
           'ldapi': {},
           'lfi': {},
           'memcachei': {},
           'mx_injection': {},
           'os_commanding': {},
           'phishing_vector': {},
           'preg_replace': {},
           'redos': {},
           'response_splitting': {},
           'rfd': {},
           'rfi': {},
           'shell_shock': {},
           'sqli': {},
           'ssi': {},
           'ssl_certificate': {},
           'un_ssl': {},
           'xpath': {},
           'xss': {},
           'xst': {}},
 'auth': {'detailed': {}},
 'bruteforce': {'basic_auth': {}, 'form_auth': {}},
 'crawl': {},
 'evasion': {},
 'grep': {'analyze_cookies': {},
          'blank_body': {},
          'cache_control': {},
          'clamav': {},
          'click_jacking': {},
          'code_disclosure': {},
          'credit_cards': {},
          'cross_domain_js': {},
          'csp': {},
          'directory_indexing': {},
          'dom_xss': {},
          'dot_net_event_validation': {},
          'error_500': {},
          'error_pages': {},
          'feeds': {},
          'form_autocomplete': {},
          'form_cleartext_password': {},
          'get_emails': {},
          'hash_analysis': {},
          'html_comments': {},
          'http_auth_detect': {},
          'http_in_body': {},
          'lang': {},
          'meta_tags': {},
          'motw': {},
          'objects': {},
          'oracle': {},
          'password_profiling': {},
          'path_disclosure': {},
          'private_ip': {},
          'ssn': {},
          'strange_headers': {},
          'strange_http_codes': {},
          'strange_parameters': {},
          'strange_reason': {},
          'svn_users': {},
          'symfony': {},
          'url_session': {},
          'user_defined_regex': {},
          'websockets_links': {},
          'wsdl_greper': {},
          'xss_protection_header': {}},
 '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': {'sed': {}},
 'output': {u'console': <OptionList: verbose>}}
andresriancho commented 9 years ago

Dup #8748