[W3af-develop] Fwd: Unhandled exception in w3af 1.6.46 !!
Status: Beta
Brought to you by:
andresriancho
From: Narendra V. <nar...@gm...> - 2015-10-24 03:39:28
|
Hi Team Recently my scan failed with the below unhandled exception. Any thoughts on this. An unhandled exception occurred while running hmap: "" Found 1 URLs and 1 different injections points. The URL list is: - http://127.0.0.1:8080/ The list of fuzzable requests is: - Method: GET | http://127.0.0.1:8080/ Exception in thread AuditorController: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 114, in run self._teardown() File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 53, in _teardown 'plugin.end()', e) File "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 267, in handle_exception enabled_plugins = pprint_plugins(self._w3af_core) File "/usr/share/w3af/w3af/core/controllers/exception_handling/helpers.py", line 37, in pprint_plugins plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options()) File "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) File "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) File "/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list y.append(deepcopy(a, memo)) File "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) File "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.7/copy.py", line 174, in deepcopy y = copier(memo) TypeError: gobject.GObject descendants' instances are non-copyable Regards Narendra |