w3af icon indicating copy to clipboard operation
w3af copied to clipboard

[Auto-Generated] Bug Report - HTTPRequestException: HTTP timeout error

Open 1d3df9903ad opened this issue 2 years ago • 0 comments

Version Information

  Python version: 2.7.15+ (default, Feb  3 2019, 13:13:16) [GCC 8.2.0]
  Platform: Kali kali-rolling kali-rolling
  GTK version: 2.24.32
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 2019.1.2
    Revision: 0b9aaa42fb - 18 2月 2019 11:54
    Branch: master
    Local changes: Yes
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap
    real_scan_start()
  File "/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start
    self.w3af.start()
  File "/usr/local/src/w3af/w3af/core/controllers/w3afCore.py", line 221, in start
    self.strategy.start()
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/strategy.py", line 134, in start
    self._fuzzable_request_router()
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/strategy.py", line 302, in _fuzzable_request_router
    self._handle_all_consumer_exceptions(_other)
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/strategy.py", line 441, in _handle_all_consumer_exceptions
    self._handle_consumer_exception(result_item)
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/strategy.py", line 453, in _handle_consumer_exception
    self._w3af_core.exception_handler.handle_exception_data(exception_data)
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 76, in handle_exception_data
    exception_data.enabled_plugins)
  File "/usr/local/src/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 107, in handle
    raise exception, None, tb
HTTPRequestException: HTTP timeout error

1d3df9903ad avatar Jun 29 '23 12:06 1d3df9903ad