No user description was provided for this bug report given that it was related to handled exceptions in scan with id b150f60aba
Version Information
Python version: 2.7.4 (default, Apr 19 2013, 18:28:01) [GCC 4.7.3]
GTK version: 2.24.17
PyGTK version: 2.24.0
w3af version:
w3af - Web Application Attack and Audit Framework
Version: 1.5
Revision: db956b8abd - 17 6月 2013 12:20
Author: Andres Riancho and the w3af team.
Traceback
An exception was found while running infrastructure.allowed_methods on "http://domain/cl/tpl/template/ | Method: GET". The exception was: "'NoneType' object has no attribute 'get_code'" at allowed_methods.py:_identify_with_bruteforce():184.The full traceback is:
File "/home/user/w3af/core/controllers/core_helpers/consumers/crawl_infrastructure.py", line 389, in _discover_worker
result = plugin.discover_wrapper(fuzzable_request)
File "/home/user/w3af/core/controllers/plugins/infrastructure_plugin.py", line 46, in discover_wrapper
return self.discover(fuzzable_request_copy)
File "/home/user/w3af/plugins/infrastructure/allowed_methods.py", line 97, in discover
allowed_methods, id_list = self._identify_allowed_methods(domain_path)
File "/home/user/w3af/plugins/infrastructure/allowed_methods.py", line 104, in _identify_allowed_methods
allowed_bf, id_bf = self._identify_with_bruteforce(url)
File "/home/user/w3af/plugins/infrastructure/allowed_methods.py", line 184, in _identify_with_bruteforce
code = response.get_code()
User description
No user description was provided for this bug report given that it was related to handled exceptions in scan with id b150f60aba
Version Information
Traceback
Enabled Plugins