andresriancho / w3af

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

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

Closed 1d3df9903ad closed 11 years ago

1d3df9903ad commented 11 years ago

User description

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

Version Information

  Python version: 2.7.3 (default, Jan  2 2013, 13:56: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.5
    Revision: db956b8abd - 17 Jun 2013 12:20
    Author: Andres Riancho and the w3af team.

Traceback

An exception was found while running audit.dav on "http://domain/erp/css/layout.css | Method: GET". The exception was: "argument of type 'NoneType' is not iterable" at pool.py:get():554.The full traceback is:
  File "/usr/share/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit
    plugin.audit_with_copy(fuzzable_request, orig_resp)
  File "/usr/share/w3af/core/controllers/plugins/audit_plugin.py", line 126, in audit_with_copy
    return self.audit(fuzzable_request.copy(), orig_resp)
  File "/usr/share/w3af/plugins/audit/dav.py", line 70, in audit
    apply_res.get()
  File "/usr/lib/python2.7/multiprocessing/pool.py", line 554, in get
    raise self._value

Enabled Plugins

{'attack': {},
 'audit': {u'blind_sqli': <OptionList: eq_limit>,
           u'dav': <OptionList: >,
           u'eval': <OptionList: use_time_delay|use_echo>,
           u'file_upload': <OptionList: extensions>,
           u'lfi': <OptionList: >,
           u'os_commanding': <OptionList: >,
           u'rfi': <OptionList: listen_address|listen_port|use_w3af_site>,
           u'sqli': <OptionList: >},
 'auth': {},
 'bruteforce': {},
 'crawl': {u'web_spider': <OptionList: only_forward|follow_regex|ignore_regex>},
 'evasion': {},
 'grep': {},
 'infrastructure': {'allowed_methods': {}, 'server_header': {}},
 'mangle': {},
 'output': {u'console': <OptionList: verbose>}}
andresriancho commented 11 years ago

Fixed by 05fe09b781b873fe16abc48cf13773f2039617ed